We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c3b2d commit 1c6849cCopy full SHA for 1c6849c
package.json
@@ -11,7 +11,7 @@
11
"build:preact": "cd src/integrations/preact && npm run build",
12
"build:babel": "cd packages/babel-plugin-htm && npm run build",
13
"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"
+ "release": "npm t && git commit -am \"$npm_package_version\" && git tag $npm_package_version && git push && git push --tags && npm publish"
15
},
16
"files": [
17
"dist",
0 commit comments