Rename dev script to prod
This commit is contained in:
parent
ccd671c70c
commit
bd77c6149e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
"lib": "lib"
|
"lib": "lib"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "yarn build && yarn start",
|
"prod": "yarn build && yarn start",
|
||||||
"start": "node server.node.bundle.js",
|
"start": "node server.node.bundle.js",
|
||||||
"build": "rollup --config ./rollup.config.js"
|
"build": "rollup --config ./rollup.config.js"
|
||||||
},
|
},
|
||||||
|
|
Reference in a new issue