Skip to content

Commit

Permalink
add turbo to clean (#2361)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneeza authored May 31, 2024
1 parent 34ac734 commit dccd44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"build-storybook": "npx storybook build",
"chromatic": "npx chromatic",
"clean": "npm-run-all --parallel clean:*",
"clean:builds": "rm -rf {packages,tools,chat}/*/{dist,tsconfig.tsbuildinfo,stories.js}",
"clean:builds": "rm -rf {packages,tools,chat}/*/{dist,tsconfig.tsbuildinfo,stories.js,.turbo}",
"clean:modules": "rm -rf node_modules {packages,tools,chat}/*/node_modules",
"fix": "lg lint --fix",
"link": "lg link",
Expand Down

0 comments on commit dccd44f

Please sign in to comment.