Skip to content

Commit

Permalink
Fix: Fonts in build
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianKoerner committed Jun 15, 2024
1 parent 54e0476 commit 1bd9f3b
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 @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "tsx --watch ./src/server.ts",
"build": "tsc --build",
"build": "tsc --build && cp -r src/fonts dist/fonts",
"start": "node ./dist/server.js",
"test": "node --test tests/*.js"
},
Expand Down

0 comments on commit 1bd9f3b

Please sign in to comment.