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 609f69f commit f4ed9bcCopy full SHA for f4ed9bc
package.json
@@ -18,7 +18,8 @@
18
},
19
"scripts": {
20
"build": "rollup -c",
21
- "test": "node --experimental-modules node_modules/.bin/c8 --reporter=html --reporter=text --check-coverage node --experimental-modules node_modules/.bin/mocha"
+ "test": "node --experimental-modules node_modules/.bin/c8 --reporter=html --reporter=text --check-coverage node --experimental-modules node_modules/.bin/mocha",
22
+ "prepublishOnly": "npm run build"
23
24
"repository": {
25
"type": "git",
0 commit comments