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 3a9c8c2 commit b785201Copy full SHA for b785201
package.json
@@ -9,6 +9,8 @@
9
"clean": "pnpm run -r clean",
10
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
11
"ci:publish": "changeset publish && git push --follow-tags",
12
+ "docs:start": "pnpm --filter docs start",
13
+ "docs:build": "pnpm --filter docs build",
14
"build": "pnpm run -r build",
15
"build:packages": "pnpm run --filter './packages/**' -r build",
16
"format": "prettier --write ."
0 commit comments