Skip to content

Commit

Permalink
Remove unnecessary publish script from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-hiller committed Aug 20, 2024
1 parent c252ae7 commit 266b067
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 @@ -45,8 +45,7 @@
"lint": "eslint \"src/**/*.ts*\" && tsc --noEmit",
"format": "prettier --write ./src",
"format.check": "prettier --check ./src",
"build": "tsup",
"publish": "npm publish"
"build": "tsup"
},
"devDependencies": {
"@types/eslint": "^8.44.3",
Expand Down

0 comments on commit 266b067

Please sign in to comment.