Skip to content

Commit b785201

Browse files
author
DominicGBauer
committed
chore: add commands
1 parent 3a9c8c2 commit b785201

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
"clean": "pnpm run -r clean",
1010
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
1111
"ci:publish": "changeset publish && git push --follow-tags",
12+
"docs:start": "pnpm --filter docs start",
13+
"docs:build": "pnpm --filter docs build",
1214
"build": "pnpm run -r build",
1315
"build:packages": "pnpm run --filter './packages/**' -r build",
1416
"format": "prettier --write ."

0 commit comments

Comments
 (0)