Skip to content

Commit

Permalink
🐛 fix: production build command
Browse files Browse the repository at this point in the history
  • Loading branch information
larwaa committed Jul 14, 2023
1 parent 919354c commit 7ff0c6f
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 @@ -9,7 +9,7 @@
"private": true,
"scripts": {
"start": "node dist/index.js",
"build:production": "swc",
"build:production": "npm run swc",
"build": "run-p tsc swc",
"generate": "run-p generate:*",
"generate:prisma": "prisma generate",
Expand Down

0 comments on commit 7ff0c6f

Please sign in to comment.