Skip to content

Commit

Permalink
build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
birkskyum committed Dec 19, 2024
1 parent 0ae02fe commit 3177a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"bump": "node scripts/bump.js",

"clean": "pnpm run clean:all",
"all:build": "pnpm run packages:build && examples:build && docs:build",
"all:clean": "pnpm run examples:clean && pnpm run packages:clean && pnpm run clean:root",
"all:build": "pnpm run packages:build && examples:build",

"root:clean": "pnpx rimraf ./node_modules ./.vinxi/ ./.output/",

Expand Down

0 comments on commit 3177a90

Please sign in to comment.