Skip to content

Commit 39b85ac

Browse files
committed
fix prepublish script
1 parent ea5ac26 commit 39b85ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test": "npm run lint && mocha --compilers js:babel-register",
1515
"dev": "cd example && webpack --watch",
1616
"build": "webpack -p index.js dist/babel-plugin-transform-vue-jsx.min.js --target=web --output-library=babel-plugin-transform-vue-jsx --output-library-target=umd --module-bind 'js=babel-loader'",
17-
"prepubish": "npm run build"
17+
"prepublish": "npm run build"
1818
},
1919
"repository": {
2020
"type": "git",

0 commit comments

Comments
 (0)