Clear wasm-bindgen cache before compilation (#1334)

Clear wasm-bindgen cache before compilation
This commit is contained in:
Dennis Kobert
2023-07-28 08:35:53 +02:00
committed by Keavon Chambers
parent 1d08959bf8
commit 74d2ed9786

View File

@@ -21,6 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: 🔧 Clear wasm-bindgen cache
run: rm -r ~/.cache/.wasm-pack
- name: Comment deploy start
if: github.event_name != 'push'
uses: mshick/add-pr-comment@v2