Skip to content

Commit 716d702

Browse files
committed
fix: clear elm-stuff and .parcel-cache after patching
1 parent 6b553a8 commit 716d702

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
npm install
3838
npm run prebuild
3939
make -C patches/elm-patch ELM_HOME=${ELM_HOME} || true
40+
rm -rf elm-stuff .parcel-cache
4041
4142
- name: Build and prepare for publish
4243
run: npm run build:all

0 commit comments

Comments
 (0)