We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2fbd87 + 5d0a8d1 commit 84d50f5Copy full SHA for 84d50f5
package.json
@@ -17,6 +17,7 @@
17
"build:cjs": "rollup -c -o ./dist/rollup-plugin-generate-html-template.js -f cjs",
18
"build:module": "rollup -c -o ./dist/rollup-plugin-generate-html-template.module.js -f es",
19
"prebuild": "rimraf dist/*",
20
+ "prepublishOnly": "npm run build",
21
"lint": "eslint ./src"
22
},
23
"repository": {
0 commit comments