Skip to content

Commit

Permalink
Fix example build
Browse files Browse the repository at this point in the history
  • Loading branch information
agentcooper committed Sep 14, 2024
1 parent 479fa6e commit c6ee680
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 @@ -13,7 +13,7 @@
"scripts": {
"start": "npm run dev",
"dev": "vite build && (cd ./example && vite)",
"build": "npm run clean && npm run compile && vite build",
"build": "npm run clean && npm run compile && vite build && npm run build:example",
"compile": "tsc --noEmit",
"build:example": "vite build && (cd ./example && vite build)",
"test": "npm run build && npm run lint && npm run test:e2e",
Expand Down

0 comments on commit c6ee680

Please sign in to comment.