Skip to content

Commit

Permalink
chore(components): run clean before build (#4144)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfellerph authored Dec 6, 2024
1 parent 1708596 commit 2a8bc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"scripts": {
"dev": "stencil build --dev --port 9200 --serve --watch --docs --docs-readme",
"start": "stencil build --dev --watch --docs --docs-readme",
"build": "rimraf dist && stencil build --docs-readme",
"build": "pnpm clean && stencil build --docs-readme",
"clean": "rimraf www dist loader loaders",
"test": "pnpm run unit",
"unit": "stencil test --spec",
Expand Down

0 comments on commit 2a8bc67

Please sign in to comment.