Skip to content

Commit

Permalink
Update build commands
Browse files Browse the repository at this point in the history
  • Loading branch information
filoxo committed Jul 4, 2024
1 parent ab4b05e commit 970a0a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "pnpm ladle serve",
"build": "tsc -b && vite build",
"start": "npx ladle serve",
"build:lib": "tsc -b && vite build",
"build:docs": "npx ladle build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest"
Expand Down

0 comments on commit 970a0a3

Please sign in to comment.