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