Skip to content

Commit

Permalink
fix: remove testing layout from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed May 7, 2024
1 parent d12818d commit 5cfbfca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"build": "stencil build",
"test": "stencil test --spec && playwright test",
"generate": "stencil generate",
"sbb": "stencil build && storybook build --docs --test",
"sbb": "stencil build && storybook build --docs",
"dev": "NODE_ENV=development npm-run-all -p dev:*",
"dev:start": "stencil build --watch --serve",
"dev:storybook": "sleep 6 && storybook dev -p 6006"
Expand Down

0 comments on commit 5cfbfca

Please sign in to comment.