Update CI to use esbuild

This commit is contained in:
Maximilian Ammann 2022-04-26 11:48:23 +02:00
parent 4da958f252
commit 06718775ea
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ runs:
- uses: Swatinem/rust-cache@v1
- name: Build lib
shell: bash
run: just web-lib parcel-webgl
run: just web-lib esbuild-webgl
- name: Build demo
shell: bash
run: just web-demo build

View File

@ -11,7 +11,7 @@ runs:
- uses: Swatinem/rust-cache@v1
- name: Build lib
shell: bash
run: just web-lib parcel
run: just web-lib esbuild
- name: Build demo
shell: bash
run: just web-demo build