Skip to content

Commit

Permalink
chore: fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
rosmcmahon committed Jan 20, 2025
1 parent ce4f7f9 commit 824efe8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
"prettier:check": "prettier --check \"src/**/*.ts\" \"test/**/*.ts\"",
"prettier:write": "prettier --write \"src/**/*.ts\" \"test/**/*.ts\"",
"version": "npm run prettier:write && git add -A src && git add -A test",
"postversion": "git push && git push --tags",
"publish": "npm publish --tag ec"
"postversion": "git push && git push --tags"
},
"mocha": {
"extension": [
Expand Down

0 comments on commit 824efe8

Please sign in to comment.