Skip to content

Commit

Permalink
fix npm run build_client
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 23, 2024
1 parent 3db7e99 commit ed5a2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"postinstall": "cd server && npm install",
"build_client": "tsc -b && vite build",
"build_server": "cd server && npm run build",
"build": "concurrently \"npm run build_client &&\" \"npm run build_server\" -n client,server -c \"bgBlue.bold,bgMagenta.bold\"",
"build": "concurrently \"npm run build_client\" \"npm run build_server\" -n client,server -c \"bgBlue.bold,bgMagenta.bold\"",
"start_client": "vite --host",
"start_server": "cd server && npm run build && npm run start",
"start": "concurrently \"npm run start_client\" \"npm run start_server\" -n client,server -c \"bgBlue.bold,bgMagenta.bold\"",
Expand Down

0 comments on commit ed5a2a4

Please sign in to comment.