Skip to content

Commit

Permalink
Update build script to use TypeScript file for rendering HTML files
Browse files Browse the repository at this point in the history
  • Loading branch information
1aron committed Feb 23, 2024
1 parent 8d9810d commit 322fffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "node ../../../scripts/assets && next dev",
"build": "node ../../../scripts/assets && cd ../ && pnpm build && cd website && next build && node ../packages/cli/dist/bin/index.bundle render \".next/**/*.html\"",
"build": "node ../../../scripts/assets && cd ../ && pnpm build && cd website && next build && tsx ../packages/cli/src/bin render \".next/**/*.html\"",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
Expand Down

0 comments on commit 322fffe

Please sign in to comment.