mirror of
https://github.com/nitnelave/lldap.git
synced 2023-04-12 14:25:13 +00:00
Update docker-build.yml
This commit is contained in:
parent
4b1c4e7079
commit
85bd4d46ef
10
.github/workflows/docker-build.yml
vendored
10
.github/workflows/docker-build.yml
vendored
@ -82,10 +82,12 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
# Prevent install error on existing cached
|
# Prevent install error on existing cached
|
||||||
- name: install cargo wasm
|
#- name: install cargo wasm
|
||||||
run: cargo install wasm-pack || true
|
# run: cargo install wasm-pack || true
|
||||||
- name: install rollup nodejs
|
- name: install rollup and wasm-pack nodejs
|
||||||
run: npm install -g rollup
|
run: |
|
||||||
|
npm install -g rollup
|
||||||
|
npm install -g wasm-pack
|
||||||
- name: build frontend
|
- name: build frontend
|
||||||
run: ./app/build.sh
|
run: ./app/build.sh
|
||||||
- name: check path
|
- name: check path
|
||||||
|
Loading…
Reference in New Issue
Block a user