Skip to content

Commit

Permalink
fix: update npm start script to run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
laukik-target committed Oct 29, 2024
1 parent 608e1b8 commit 0b4a908
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 @@
"client": "vite --config vite.config.js",
"clientinstall": "npm install --prefix client",
"server": "node index.js",
"start": "concurrently 'npm run server' 'npm run client'",
"start": "concurrently \"npm run server\" \"npm run client\"",
"build": "vite build",
"test": "NODE_ENV=test mocha --exit",
"test-coverage": "nyc npm run test",
Expand Down

0 comments on commit 0b4a908

Please sign in to comment.