We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc008c commit a325613Copy full SHA for a325613
package.json
@@ -8,7 +8,7 @@
8
},
9
"scripts": {
10
"build": "rollup -c rollup.config.babel.js",
11
- "prepublishOnly": "yarn build",
+ "prepublish": "yarn build",
12
"test": "jest",
13
"lint": "eslint ."
14
0 commit comments