Skip to content

Commit

Permalink
Remove publish script from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Sep 21, 2023
1 parent 4ebf253 commit 50a7326
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 @@ -7,8 +7,7 @@
"format": "prettier --write 'packages/**/*.ts'",
"test": "jest",
"build": "tsc -b .",
"retag": "node packages/retag/dist/retag.js",
"ci:publish": "pnpm publish -r"
"retag": "node packages/retag/dist/retag.js"
},
"devDependencies": {
"@changesets/cli": "^2.26.2",
Expand Down

0 comments on commit 50a7326

Please sign in to comment.