mirror of
https://github.com/dap-ps/discover.git
synced 2025-03-03 18:30:32 +00:00
add build:dev and build:prod targets
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
445bd88fbb
commit
b22a15b16d
@ -31,8 +31,9 @@
|
||||
"web3-utils": "^1.0.0-beta.35"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"start-dev": "./node_modules/.bin/react-scripts start",
|
||||
"build:dev": "NODE_ENV=development ./build.sh",
|
||||
"build:prod": "NODE_ENV=production ./build.sh",
|
||||
"start": "./node_modules/.bin/react-scripts start",
|
||||
"build": "./node_modules/.bin/react-scripts build",
|
||||
"test": "./node_modules/.bin/react-scripts test",
|
||||
"eject": "./node_modules/.bin/react-scripts eject",
|
||||
|
Loading…
x
Reference in New Issue
Block a user