We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b553a8 commit 716d702Copy full SHA for 716d702
1 file changed
.github/workflows/publish-npm.yml
@@ -37,6 +37,7 @@ jobs:
37
npm install
38
npm run prebuild
39
make -C patches/elm-patch ELM_HOME=${ELM_HOME} || true
40
+ rm -rf elm-stuff .parcel-cache
41
42
- name: Build and prepare for publish
43
run: npm run build:all
0 commit comments