Skip to content

Commit

Permalink
chore: add website build script
Browse files Browse the repository at this point in the history
  • Loading branch information
skoshx committed Aug 17, 2023
1 parent fa8f2dc commit c6a9789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"dev": "vitest dev",
"dev:website": "pnpm --filter website dev",
"build": "unbuild",
"build:website": "pnpm --filter website build",
"test": "pnpm test:core && pnpm test:types",
"test:core": "vitest run",
"test:types": "tsc --noEmit",
Expand Down

0 comments on commit c6a9789

Please sign in to comment.