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 4c2314b commit caa4badCopy full SHA for caa4bad
package.json
@@ -8,7 +8,7 @@
8
"format": "skuba format",
9
"lint": "skuba lint",
10
"release": "pnpm run --silent build && changeset publish",
11
- "stage": "changeset version && pnpm run --silent format",
+ "stage": "changeset version && pnpm run --silent codegen && pnpm run --silent format",
12
"test": "skuba test",
13
"test:ci": "skuba test --coverage",
14
"test:watch": "skuba test --watch"
0 commit comments