Skip to content

Commit

Permalink
build(npm): update release commands
Browse files Browse the repository at this point in the history
remove publish from release commands until can sort out auth
  • Loading branch information
web-mech committed Aug 18, 2024
1 parent 877b9d1 commit 1a93782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"build": "tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json",
"prepublishOnly": "tsc",
"prepare": "husky && tsc",
"rc": "standard-version --prerelease && git push --follow-tags && npm publish",
"release": "standard-version && git push --follow-tags && npm publish",
"rc": "standard-version --prerelease && git push --follow-tags",
"release": "standard-version && git push --follow-tags",
"test": "ava",
"typedoc": "typedoc --out docs ./src/badwords.ts"
},
Expand Down

0 comments on commit 1a93782

Please sign in to comment.