Skip to content

Commit ac7de35

Browse files
authored
Merge pull request #131 from theahaco/feat/kill-vite-on-scaffold-error
feat: stop vite on scaffold exit
2 parents e956203 + 2688452 commit ac7de35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"version": "0.0.1",
55
"private": true,
66
"scripts": {
7-
"dev": "concurrently \"stellar scaffold watch --build-clients\" \"vite\"",
8-
"start": "concurrently \"stellar scaffold watch --build-clients\" \"vite\"",
7+
"dev": "npm start",
8+
"start": "concurrently --kill-others-on-fail --names stellar,vite -c gray,green --pad-prefix \"stellar scaffold watch --build-clients\" \"vite\"",
99
"build": "tsc -b && vite build",
1010
"install:contracts": "npm install --workspace=packages && npm run build --workspace=packages",
1111
"preview": "vite preview",

0 commit comments

Comments
 (0)