Skip to content

Commit

Permalink
no need to npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-bateman committed Mar 22, 2024
1 parent cce789b commit 6bc9c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"prebuild": "npm run clean && npm run static",
"build": "rollup -c --bundleConfigAsCjs",
"version": " npm run build",
"postversion": "git commit -a -m Build && git push origin --all && git push origin --tags && npm publish"
"postversion": "git commit -a -m Build && git push origin --all && git push origin --tags"
},
"keywords": [
"Flash",
Expand Down

0 comments on commit 6bc9c7a

Please sign in to comment.