File tree Expand file tree Collapse file tree 2 files changed +57
-542
lines changed
Expand file tree Collapse file tree 2 files changed +57
-542
lines changed Original file line number Diff line number Diff line change 1616 "lint:watch" : " nodemon --watch src --exec \" yarn run lint:without:prettier\" " ,
1717 "lint:without:prettier" : " yarn run lint:js:without:prettier" ,
1818 "start" : " node --es-module-specifier-resolution=node --experimental-loader ./customLoader.mjs src/index.js" ,
19- "start:built" : " forever build/index.js" ,
19+ "start:built" : " node build/index.js" ,
2020 "start:debug" : " node inspect --es-module-specifier-resolution=node --experimental-loader ./customLoader.mjs src/index.js" ,
2121 "start:docker" : " docker build -t lead-finder-server . && docker run --rm -it lead-finder-server" ,
2222 "test" : " NODE_OPTIONS=\" --experimental-specifier-resolution node --experimental-loader ./customLoader.mjs\" node_modules/.bin/mocha test/index.cjs --delay" ,
3535 "eslint-config-prettier" : " ^2.1.0" ,
3636 "eslint-plugin-import" : " 2.2.0" ,
3737 "eslint-plugin-prettier" : " ^2.0.1" ,
38- "forever" : " ^0.15.3" ,
3938 "husky" : " ^1.0.1" ,
4039 "lint-staged" : " ^7.3.0" ,
4140 "mocha" : " ^5.2.0" ,
You can’t perform that action at this time.
0 commit comments