We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46402d commit 0e95e73Copy full SHA for 0e95e73
package.json
@@ -39,7 +39,7 @@
39
"build": "rollup -c",
40
"watch": "rollup -c --watch",
41
"cypress": "cypress open -d",
42
- "start": "serve -l 8080 -n ./ &",
+ "start": "serve -l 8080 -n ./",
43
"test": "cypress run",
44
"lint": "eslint src test"
45
},
0 commit comments