mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Change command name
This commit is contained in:
parent
e5796324d2
commit
8b5a4d241f
2
.github/actions/webgl/action.yml
vendored
2
.github/actions/webgl/action.yml
vendored
@ -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
|
||||
|
||||
2
.github/actions/webgpu/action.yml
vendored
2
.github/actions/webgpu/action.yml
vendored
@ -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
|
||||
|
||||
2
justfile
2
justfile
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user