We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6af36 commit d18f661Copy full SHA for d18f661
package.json
@@ -6,7 +6,7 @@
6
"private": false,
7
"scripts": {
8
"watch": "NODE_ENV=development nodemon app.js --exec",
9
- "test": "NODE_ENV=testing jest --forceExit",
+ "test": "NODE_ENV=testing jest",
10
"build": "NODE_ENV=production babel src -d build && npm run pretty",
11
"pretty": "prettier --write --print-width 80 --single-quote --trailing-comma es5 --tab-width 4 --no-semi 'src/**/*.js'",
12
"start-production": "NODE_ENV=production pm2 start ecosystem.json",
0 commit comments