We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4db9d82 commit 5ccb0c5Copy full SHA for 5ccb0c5
package.json
@@ -32,7 +32,7 @@
32
"deploy:website": "cd website && yarn deploy",
33
"test": "jest --forceExit --no-watchman && yarn bundlesize",
34
"prerelease": "yarn build && bob prepack",
35
- "release": "changeset version",
+ "release": "changeset publish",
36
"bundlesize": "yarn build && cd bundle-test/ && yarn && yarn test",
37
"prepare": "husky install"
38
},
0 commit comments