1
Fork 0

Rename dev script to prod

This commit is contained in:
Tobias Berger 2022-01-28 12:07:17 +01:00
parent ccd671c70c
commit bd77c6149e
Signed by: toby
GPG key ID: 2D05EFAB764D6A88

View file

@ -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"
},