File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments