Skip to content

Commit

Permalink
build: clean before building
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgallo committed Jan 21, 2025
1 parent 4625feb commit 2bf5e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ibm-products-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"web components"
],
"scripts": {
"build": "node tasks/build.js && yarn wca",
"build": "yarn clean && node tasks/build.js && yarn wca",
"build:storybook": "storybook build",
"clean": "rimraf es lib scss dist storybook-static",
"preview": "vite preview",
Expand Down

0 comments on commit 2bf5e2e

Please sign in to comment.