Skip to content

Commit d18f661

Browse files
travis testing
1 parent dc6af36 commit d18f661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": false,
77
"scripts": {
88
"watch": "NODE_ENV=development nodemon app.js --exec",
9-
"test": "NODE_ENV=testing jest --forceExit",
9+
"test": "NODE_ENV=testing jest",
1010
"build": "NODE_ENV=production babel src -d build && npm run pretty",
1111
"pretty": "prettier --write --print-width 80 --single-quote --trailing-comma es5 --tab-width 4 --no-semi 'src/**/*.js'",
1212
"start-production": "NODE_ENV=production pm2 start ecosystem.json",

0 commit comments

Comments
 (0)