Skip to content

Commit 5953cca

Browse files
committed
Chore: updated cleanup script
1 parent 68b5f5d commit 5953cca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141

4242
- name: Cleanups 🧹
4343
run: |
44+
rm -rf patches/*
4445
jq 'del(.patchedDependencies)' "package.json" > temp.json && mv temp.json "package.json"
4546
echo $(sed '/if (storybook) {/,/}/d' src/store/index.ts) > src/store/index.ts
4647
echo $(sed '/@dreamworld\/addon-redux/d' .storybook/main.ts) > .storybook/main.ts

0 commit comments

Comments
 (0)