Skip to content

Commit 0d8438f

Browse files
committed
fix: add release script
1 parent 634b3b7 commit 0d8438f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
"scripts": {
7676
"build": "rm -rf ./dist && tsc -p .",
7777
"lint": "prettier --write \"./**/*.{js,jsx,json}\"",
78+
"release": "changeset publish",
7879
"release:canary": "npm run build && changeset publish --tag canary",
7980
"prepublishOnly": "npm run build",
8081
"pretest": "mkdir -p ./dist && npm run build && npm pack --pack-destination ./dist",

0 commit comments

Comments
 (0)