Skip to content

Commit 3dff666

Browse files
authored
Merge pull request finos#784 from laukik-target/local-setup-fix
fix: update server start script for cross-platform compatibility
2 parents c87d2a0 + f0ff239 commit 3dff666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"client": "vite --config vite.config.js",
88
"clientinstall": "npm install --prefix client",
99
"server": "node index.js",
10-
"start": "concurrently 'npm run server' 'npm run client'",
10+
"start": "concurrently \"npm run server\" \"npm run client\"",
1111
"build": "vite build",
1212
"test": "NODE_ENV=test mocha --exit",
1313
"test-coverage": "nyc npm run test",

0 commit comments

Comments
 (0)