Update docker-build.yml

This commit is contained in:
Dedy Martadinata S 2022-07-14 12:05:21 +07:00 committed by GitHub
parent 4b1c4e7079
commit 85bd4d46ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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