Skip to content

Commit 08eb06b

Browse files
committed
adjust package.json npm script
1 parent bbdb373 commit 08eb06b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
"license": "MIT",
1818
"main": "./dist/js-scroll-effect-module.js",
1919
"scripts": {
20-
"start": "npm install && npm run develop",
21-
"develop": "cross-env NODE_ENV=\"development\" npm-run-all -p build:develop server:develop",
20+
"start": "npm install && npm run dev",
21+
"dev": "cross-env NODE_ENV=\"development\" npm-run-all -p build:develop server:develop",
2222
"server:develop": "browser-sync start --server ./ --directory ./sample --files **/*.css **/*.js **/*.html",
2323
"build:develop": "webpack --progress --colors --watch",
24-
"production": "cross-env NODE_ENV=\"production\" npm-run-all -p build:production server:production",
24+
"prod": "cross-env NODE_ENV=\"production\" npm-run-all -p build:production server:production",
2525
"server:production": "browser-sync start --server ./ --directory ./sample --files **/*.css **/*.js **/*.html",
2626
"build:production": "webpack --progress --colors --watch",
2727
"test": "mocha --require @babel/register"

0 commit comments

Comments
 (0)