Skip to content
Snippets Groups Projects
Commit 9fbf7f06 authored by Markus Kaarto's avatar Markus Kaarto
Browse files

only run spec tests on yarn test

parent 509e6c7d
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"scripts": { "scripts": {
"build": "stencil build --docs", "build": "stencil build --docs",
"start": "stencil build --dev --watch --serve", "start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e", "test": "stencil test --spec",
"test.watch": "stencil test --spec --e2e --watchAll", "test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate", "generate": "stencil generate",
"watchdocs": "node watchdocs.js", "watchdocs": "node watchdocs.js",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment