Change command name

This commit is contained in:
Maximilian Ammann 2022-04-26 11:24:49 +02:00
parent e5796324d2
commit 8b5a4d241f
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@ -39,7 +39,7 @@ nightly-toolchain-android: nightly-toolchain
web-install PROJECT:
cd web/{{PROJECT}} && npm install
web-library TARGET: nightly-toolchain (web-install "lib")
web-lib TARGET: nightly-toolchain (web-install "lib")
export RUSTUP_TOOLCHAIN=$NIGHTLY_TOOLCHAIN && cd web/lib && npm run {{TARGET}}
web-demo TARGET: (web-install "demo")