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 8423c22 commit aa582a0Copy full SHA for aa582a0
package.json
@@ -32,6 +32,7 @@
32
"uglify-es": "^3.3.9"
33
},
34
"scripts": {
35
+ "prepublishOnly": "node rollup.js",
36
"test": "mocha --timeout 6000 --check-leaks --reporter spec --bail --exit",
37
"test-ci":
38
"istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --timeout 6000 --check-leaks --reporter spec --exit",
0 commit comments