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 bd5dea0 commit 4115ac7Copy full SHA for 4115ac7
package.json
@@ -25,7 +25,7 @@
25
"docs:watch": "vitepress dev docs",
26
"predocs:build": "npm run update",
27
"docs:build": "vitepress build docs",
28
- "generate:version": "env-cmd -e version npm run update && npm run lint -- --fix",
+ "generate:version": "env-cmd -e version npm run update && npm run lint:fix",
29
"changeset:version": "changeset version && npm run generate:version && git add --all",
30
"changeset:publish": "npm run typegen && changeset publish"
31
},
0 commit comments