Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwiltfong authored Jan 21, 2024
1 parent 98b4810 commit e98fd5e
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 @@ -180,7 +180,7 @@
},
"scripts": {
"start": "nodemon server/dist/server.js",
"build": "tsc && cd client && npm install && vite build",
"build": "tsc && cd client && npm install && npm run build",
"dev": "ts-node ./server/server.ts",
"test": "jest server/__tests__",
"db:seed": "ts-node ./server/prisma/clearAndSeedDB.ts",
Expand Down

0 comments on commit e98fd5e

Please sign in to comment.