diff --git a/package.json b/package.json index 67a2353b4..bbdf2f347 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ ], "scripts": { "build": "stencil build --docs", - "start": "concurrently --kill-others \"gulp\" \"stencil build --dev --docs --no-open --watch\" \"docsify serve docs --open\"", + "start": "stencil build --dev --docs --serve --watch", "test": "stencil test --spec --e2e", "test.watch": "stencil test --spec --e2e --watchAll", "generate": "stencil generate"