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 b910b0d commit e6bc27cCopy full SHA for e6bc27c
package.json
@@ -7,7 +7,7 @@
7
"scripts": {
8
"start": "node app.js",
9
"watch": "nodemon --exec npm run start",
10
- "test": "npm run build; mocha --require 'babel-polyfill' --compilers js:babel-register",
+ "test": "",
11
"build": "babel src -d build && npm run pretty",
12
"pretty": "prettier --write --print-width 80 --single-quote --trailing-comma es5 --tab-width 4 'src/**/*.js' 'models/**/*.js' 'middleware/**/*.js' 'config/**/*.js'",
13
"start-production": "pm2 start ecosystem.json",
0 commit comments