Skip to content

Commit e8a087c

Browse files
chore: add a clean script for maintainers (#2583)
1 parent 5bc7685 commit e8a087c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
],
2121
"scripts": {
2222
"changeset": "npx @changesets/cli",
23+
"clean": "npm run build:clean --workspaces --if-present && git clean -xdf node_modules packages/**/node_modules && git clean -xf '**/package-lock.json'",
2324
"docs": "npm run docs --workspaces --if-present",
2425
"lint": "npx @biomejs/biome check packages",
2526
"lint:fix": "npx @biomejs/biome check --write packages",

0 commit comments

Comments
 (0)