Skip to content

Commit

Permalink
chore: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Seojunhwan committed Jul 10, 2024
1 parent 8d18541 commit e96a56f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"clean": "rm -rf dist",
"build": "pnpm run clean && node scripts/build.cjs && pnpm run build:types",
"build:types": "tsc --project tsconfig.json --outDir dist",
"prepublishOnly": "pnpm run build"
"prepublishOnly": "pnpm run build",
"release": "npx changeset publish",
"version": "npx changeset version"
},
"keywords": [
"esbuild",
Expand Down

0 comments on commit e96a56f

Please sign in to comment.