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 b3af910 commit 545876aCopy full SHA for 545876a
package.json
@@ -41,7 +41,8 @@
41
"release": "changeset publish",
42
"preversion": "npm test && git add .",
43
"version": "env-cmd -e version npm run update && git add .",
44
- "version:ci": "env-cmd -e version-ci npm run update && changeset version"
+ "preversion:ci": "npm run build",
45
+ "version:ci": "env-cmd -e version-ci npm run update && changeset version"
46
},
47
"repository": {
48
"type": "git",
0 commit comments