Skip to content

Commit

Permalink
fix: remove publish script from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Nov 28, 2024
1 parent 9ba5492 commit d5bf2e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"cp:templates": "node scripts/cp.js ./src/generate/templates ./bin/generate/",
"clean": "node scripts/rm.js bin",
"prepublish": "npm run build && npm pack",
"publish": "npm publish --tag latest",
"format": "prettier --write \"./src/**/*.ts\" --cache",
"lint": "eslint \"./src/**/*.ts\"",
"lint:fix": "eslint \"./src/**/*.ts\" --fix",
Expand Down

0 comments on commit d5bf2e5

Please sign in to comment.