Skip to content

Commit

Permalink
rename publish script item to pub
Browse files Browse the repository at this point in the history
  • Loading branch information
qwinsi committed Dec 8, 2024
1 parent 1579e4e commit 4a500e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build:types": "tsc --project ./tsconfig.json",
"build": "npm run build:node && npm run build:browser && npm run build:types",
"test": "vitest run",
"publish": "npm run build && npm run test && npm publish"
"pub": "npm run build && npm run test && npm publish"
},
"devDependencies": {
"@types/node": "^20.14.10",
Expand Down

0 comments on commit 4a500e8

Please sign in to comment.