mirror of
https://github.com/dap-ps/discover.git
synced 2025-03-04 02:40:38 +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"
|
"web3-utils": "^1.0.0-beta.35"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node server.js",
|
"build:dev": "NODE_ENV=development ./build.sh",
|
||||||
"start-dev": "./node_modules/.bin/react-scripts start",
|
"build:prod": "NODE_ENV=production ./build.sh",
|
||||||
|
"start": "./node_modules/.bin/react-scripts start",
|
||||||
"build": "./node_modules/.bin/react-scripts build",
|
"build": "./node_modules/.bin/react-scripts build",
|
||||||
"test": "./node_modules/.bin/react-scripts test",
|
"test": "./node_modules/.bin/react-scripts test",
|
||||||
"eject": "./node_modules/.bin/react-scripts eject",
|
"eject": "./node_modules/.bin/react-scripts eject",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user