We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 794ab99 commit 3aeedd2Copy full SHA for 3aeedd2
Makefile
@@ -20,6 +20,7 @@ clean_all:
20
$(MAKE) clean
21
$(MAKE) clean_node_modules
22
$(MAKE) clean_dist
23
+ $(MAKE) clean_parcel
24
25
clean_node_modules:
26
rm -rf node_modules
@@ -30,6 +31,9 @@ clean_dist:
30
31
rm -rf packages/*/*/dist
32
rm -rf packages/{react-aria,react-aria-components,react-stately}/dist
33
34
+clean_parcel:
35
+ rm -rf .parcel-cache
36
+
37
packages/@spectrum-icons/workflow/src: packages/@spectrum-icons/workflow/package.json
38
yarn workspace @spectrum-icons/workflow make-icons
39
touch $@
0 commit comments