Skip to content

Commit

Permalink
chore: add clean script before build (#7627)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Sep 19, 2024
1 parent 7460804 commit 443439f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vkui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"copy-essensial-files": "cp ../../LICENSE . && cp ../../README.md .",
"size": "yarn clear && yarn build:no-types && size-limit",
"size:ci": "YARN_ENABLE_SCRIPTS=false yarn install --immutable && yarn build:no-types",
"build": "yarn run -T concurrently 'yarn:build:*'",
"build": "yarn clear && yarn run -T concurrently 'yarn:build:*'",
"build:types": "yarn run -T concurrently 'yarn:tsc:*'",
"build:no-types": "yarn run -T concurrently 'yarn:swc:*' 'yarn:postcss'",
"clear": "yarn run -T shx rm -rf dist/*",
Expand Down

0 comments on commit 443439f

Please sign in to comment.