Update start script

This commit is contained in:
Cory LaViska
2020-02-16 22:27:52 -05:00
parent 1d68deaa68
commit 147b4638ab

View File

@@ -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"