Skip to content

Commit e6bc27c

Browse files
just removing test npm run script because not used yet
1 parent b910b0d commit e6bc27c

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
@@ -7,7 +7,7 @@
77
"scripts": {
88
"start": "node app.js",
99
"watch": "nodemon --exec npm run start",
10-
"test": "npm run build; mocha --require 'babel-polyfill' --compilers js:babel-register",
10+
"test": "",
1111
"build": "babel src -d build && npm run pretty",
1212
"pretty": "prettier --write --print-width 80 --single-quote --trailing-comma es5 --tab-width 4 'src/**/*.js' 'models/**/*.js' 'middleware/**/*.js' 'config/**/*.js'",
1313
"start-production": "pm2 start ecosystem.json",

0 commit comments

Comments
 (0)