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 fd934cd commit 0d70847Copy full SHA for 0d70847
package.json
@@ -30,7 +30,7 @@
30
"mocha": "--require scripts/mocha-bootload src/**/__tests__/**/*.js"
31
},
32
"scripts": {
33
- "prepublish": "npm run build",
+ "prepublish": "npm test && npm run build",
34
"test": "npm run lint && npm run check && mocha $npm_package_options_mocha",
35
"testonly": "mocha $npm_package_options_mocha",
36
"lint": "eslint src",
0 commit comments