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 03c42bd commit 2b2e977Copy full SHA for 2b2e977
package.json
@@ -6,7 +6,7 @@
6
"jsnext:main": "index.next.js",
7
"module": "index.next.js",
8
"scripts": {
9
- "prepublish": "npm run build && npm test",
+ "prepare": "npm run build && npm test",
10
"lint": "eslint index.next.js test.js rollup.config.js",
11
"build": "rollup -c",
12
"doc": "documentation readme index.next.js -s API",
0 commit comments