Skip to content

Commit

Permalink
pkg: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber committed Jun 4, 2023
1 parent 6f55f5f commit 02fbf4a
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 @@
"test": "prettier-standard index.js && standard index.js",
"build": "ncc build index.js",
"version": "npm run build && git add dist",
"release": "np && git tag -f v1 && git push --tags -f"
"release": "np && git tag -f v2 && git push --tags -f"
},
"np": {
"publish": false
Expand Down

0 comments on commit 02fbf4a

Please sign in to comment.