Skip to content

Commit

Permalink
update the build command
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafakamal22 committed Sep 17, 2024
1 parent cb9cf70 commit 611802a
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 @@ -7,7 +7,7 @@
"start": "node build/server.js",
"dev": "npx nodemon",
"dev2": "cd Frontend && npm run dev",
"build": "rimraf ./build && rimraf ./frontend/dist && tsc && cd frontend && npm run build"
"build": "rimraf ./build && rimraf ./frontend/dist && tsc && cd frontend && npm install && npm run build"
},
"keywords": [],
"author": "",
Expand Down

0 comments on commit 611802a

Please sign in to comment.