Skip to content

Commit

Permalink
add vite-templates to prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
vaaski committed Jul 19, 2024
1 parent e6dd23e commit f303638
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
"scripts": {
"start": "bun run src/index.ts",
"dev": "bun run --watch src/index.ts",
"vite-templates": "bun run scripts/vite-templates.ts",
"build": "bun run scripts/build.ts",
"test": "bun test",
"format": "biome format --write src scripts *.json",
"prepare": "bun run build"
"prepare": "bun run vite-templates && bun run build"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
Expand Down

0 comments on commit f303638

Please sign in to comment.