Skip to content

Commit 1c6849c

Browse files
committed
add publish script
1 parent 84c3b2d commit 1c6849c

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
@@ -11,7 +11,7 @@
1111
"build:preact": "cd src/integrations/preact && npm run build",
1212
"build:babel": "cd packages/babel-plugin-htm && npm run build",
1313
"test": "eslint src/**/*.mjs test/**/*.mjs && npm run build && jest test",
14-
"release": "npm t && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags"
14+
"release": "npm t && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags && npm publish"
1515
},
1616
"files": [
1717
"dist",

0 commit comments

Comments
 (0)