Skip to content

Commit 0e95e73

Browse files
committed
dont run webserver in background
1 parent a46402d commit 0e95e73

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
@@ -39,7 +39,7 @@
3939
"build": "rollup -c",
4040
"watch": "rollup -c --watch",
4141
"cypress": "cypress open -d",
42-
"start": "serve -l 8080 -n ./ &",
42+
"start": "serve -l 8080 -n ./",
4343
"test": "cypress run",
4444
"lint": "eslint src test"
4545
},

0 commit comments

Comments
 (0)