Skip to content

Commit

Permalink
Update sizeDiff.yml clean script (#2204)
Browse files Browse the repository at this point in the history
* Update sizeDiff.yml

* rm jest clearCache
  • Loading branch information
TheSonOfThomp authored Feb 1, 2024
1 parent cbe9287 commit 0b3fe09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"clean": "npm-run-all --parallel clean:*",
"clean:builds": "rm -rf {packages,tools}/*/{dist,tsconfig.tsbuildinfo,stories.js}",
"clean:modules": "rm -rf node_modules {packages,tools}/*/node_modules",
"clean:tests": "jest --clearCache",
"fix": "lg lint --fix",
"link": "lg link",
"lint": "lg lint",
Expand Down

0 comments on commit 0b3fe09

Please sign in to comment.