Skip to content

Commit

Permalink
fix: add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dstaley committed May 22, 2024
1 parent 634b3b7 commit 0d8438f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"scripts": {
"build": "rm -rf ./dist && tsc -p .",
"lint": "prettier --write \"./**/*.{js,jsx,json}\"",
"release": "changeset publish",
"release:canary": "npm run build && changeset publish --tag canary",
"prepublishOnly": "npm run build",
"pretest": "mkdir -p ./dist && npm run build && npm pack --pack-destination ./dist",
Expand Down

0 comments on commit 0d8438f

Please sign in to comment.