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 bd33956 commit c895e1bCopy full SHA for c895e1b
package.json
@@ -46,8 +46,8 @@
46
},
47
"scripts": {
48
"lint": "eslint ./src ./tests",
49
- "test": "mocha --compilers js:babel-register ./tests/**/*.js",
50
- "build": "babel ./src --out-dir ./dist",
51
- "precommit": "npm run lint && npm run test"
+ "test": "NODE_ENV=development mocha --compilers js:babel-register ./tests/**/*.js && npm run lint && npm run build",
+ "build": "NODE_ENV=production babel ./src --out-dir ./dist",
+ "precommit": "npm run test"
52
}
53
0 commit comments