Skip to content

Commit

Permalink
Add missing build step to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
TSRBerry committed Jun 9, 2023
1 parent 9f473f4 commit 551b9b1
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 @@ -12,7 +12,7 @@
"scripts": {
"format": "prettier -w .",
"lint": "eslint --fix .",
"build": "tsc",
"build": "tsc && cp -r public dist/",
"prestart": "pnpm build",
"start": "node .",
"dev": "pnpm build && pnpm start",
Expand Down

0 comments on commit 551b9b1

Please sign in to comment.