We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a6869 commit 78c71c6Copy full SHA for 78c71c6
package.json
@@ -8,7 +8,8 @@
8
"jsnext:main": "dist/clippy.esm.js",
9
"scripts": {
10
"build": "rollup -c",
11
- "watch": "rollup -c -w"
+ "watch": "rollup -c -w",
12
+ "prepublish": "npm run build"
13
},
14
"repository": {
15
"type": "git",
0 commit comments