Skip to content

Commit

Permalink
chore: remove --docs flag for stencil build
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-perkins committed Jan 5, 2024
1 parent 93f2e2f commit 6c33315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stencil-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"generate": "stencil generate"
},
Expand Down

0 comments on commit 6c33315

Please sign in to comment.