Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisShank committed Dec 14, 2024
1 parent 2ea1971 commit 7db2609
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit && vite build --base=/folk-canvas",
"build": "tsc --noEmit && vite build",
"preview": "tsc --noEmit && vite build && vite preview",
"types": "tsc --noEmit",
"bench": "bun run src/__tests__/bench.ts"
Expand All @@ -25,4 +25,4 @@
"typescript": "^5.7.2",
"vite": "^6.0.3"
}
}
}

0 comments on commit 7db2609

Please sign in to comment.