Skip to content

Commit

Permalink
fix: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
lvcapoe committed Sep 8, 2023
1 parent a8d0c80 commit 46e126f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"style:check": "prettier --check src/**/*.ts src/**/__tests__/*.test.ts",
"style:fix": "prettier --write src/**/*.ts src/**/__tests__/*.test.ts",
"build": "npx tsup src/index.ts --format cjs,esm --dts ",
"lint": "tsc"
"lint": "tsc",
"release": "npm run build && npx changeset publish",
},
"keywords": [
"logic",
Expand Down

0 comments on commit 46e126f

Please sign in to comment.