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 2dd3bca commit 62e4315Copy full SHA for 62e4315
package.json
@@ -29,8 +29,8 @@
29
"docs:watch": "vitepress dev docs",
30
"docs:build": "npm run build:ts && vitepress build docs",
31
"preversion": "npm test && git add .",
32
- "version": "env-cmd -e version npm run update && git add .",
33
- "version:ci": "env-cmd -e version-ci npm run update && changeset version",
+ "version": "env-cmd -e version -- npm run update && git add .",
+ "version:ci": "env-cmd -e version-ci -- npm run update && changeset version",
34
"prerelease": "npm run build",
35
"release": "changeset publish",
36
"update-fixtures": "npm run ts -- ./tools/update-fixtures.ts && npm run eslint-fix",
0 commit comments