We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc7685 commit e8a087cCopy full SHA for e8a087c
1 file changed
package.json
@@ -20,6 +20,7 @@
20
],
21
"scripts": {
22
"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'",
24
"docs": "npm run docs --workspaces --if-present",
25
"lint": "npx @biomejs/biome check packages",
26
"lint:fix": "npx @biomejs/biome check --write packages",
0 commit comments