We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634b3b7 commit 0d8438fCopy full SHA for 0d8438f
package.json
@@ -75,6 +75,7 @@
75
"scripts": {
76
"build": "rm -rf ./dist && tsc -p .",
77
"lint": "prettier --write \"./**/*.{js,jsx,json}\"",
78
+ "release": "changeset publish",
79
"release:canary": "npm run build && changeset publish --tag canary",
80
"prepublishOnly": "npm run build",
81
"pretest": "mkdir -p ./dist && npm run build && npm pack --pack-destination ./dist",
0 commit comments