Skip to content

Commit 3aeedd2

Browse files
Add parcel to clean rules (#5162)
1 parent 794ab99 commit 3aeedd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ clean_all:
2020
$(MAKE) clean
2121
$(MAKE) clean_node_modules
2222
$(MAKE) clean_dist
23+
$(MAKE) clean_parcel
2324

2425
clean_node_modules:
2526
rm -rf node_modules
@@ -30,6 +31,9 @@ clean_dist:
3031
rm -rf packages/*/*/dist
3132
rm -rf packages/{react-aria,react-aria-components,react-stately}/dist
3233

34+
clean_parcel:
35+
rm -rf .parcel-cache
36+
3337
packages/@spectrum-icons/workflow/src: packages/@spectrum-icons/workflow/package.json
3438
yarn workspace @spectrum-icons/workflow make-icons
3539
touch $@

0 commit comments

Comments
 (0)