Skip to content

Commit 2f92259

Browse files
committed
Make sure to run build before npm publish
1 parent 41b2b1f commit 2f92259

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@inventory-shield/vue-checkbox-radio",
3-
"version": "0.7.1",
3+
"version": "0.7.3",
44
"description": "Checkbox and radio component for Vue.js 3",
55
"keywords": [
66
"checkbox",
@@ -14,7 +14,8 @@
1414
"scripts": {
1515
"build": "webpack --mode=production --progress",
1616
"docs": "webpack --mode=production --progress --config docs/webpack.config.js",
17-
"docs-watch": "webpack --progress --config docs/webpack.config.js --watch"
17+
"docs-watch": "webpack --progress --config docs/webpack.config.js --watch",
18+
"prepublishOnly": "npm run build"
1819
},
1920
"author": {
2021
"name": "Mario Juárez",

0 commit comments

Comments
 (0)