File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1414 "dev" : " backpack dev" ,
1515 "prebuild" : " yarn clean" ,
1616 "build" : " backpack build" ,
17- "start" : " NODE_ENV=production node build/index.js" ,
18- "purge" : " rm -rf node_modules" ,
19- "clean" : " rm -rf build" ,
17+ "start" : " cross-env NODE_ENV=production node build/index.js" ,
18+ "purge" : " rimraf node_modules" ,
19+ "clean" : " rimraf build" ,
2020 "format" : " prettier --write --ignore-path .gitignore ." ,
2121 "format:check" : " prettier --check --ignore-path .gitignore ." ,
2222 "lint" : " eslint --quiet --ignore-path .gitignore --ext .ts ." ,
2828 "dependencies" : {
2929 "@boringcodes/utils" : " *" ,
3030 "body-parser" : " *" ,
31+ "cross-env" : " *" ,
3132 "express" : " *" ,
3233 "http-status-codes" : " *" ,
3334 "morgan" : " *" ,
5354 "husky" : " *" ,
5455 "lint-staged" : " *" ,
5556 "prettier" : " *" ,
57+ "rimraf" : " *" ,
5658 "standard-version" : " *" ,
5759 "typescript" : " *"
5860 }
You can’t perform that action at this time.
0 commit comments