Skip to content

Commit

Permalink
chore: remove publish script from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
morigs committed Jul 25, 2024
1 parent 703f275 commit 4218c6d
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 @@ -29,8 +29,7 @@
"scripts": {
"test": "bun test",
"build": "bun build.ts",
"lint": "biome lint",
"release": "npm run build && npm run test && npm publish --access public"
"lint": "biome lint"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
Expand Down

0 comments on commit 4218c6d

Please sign in to comment.