Skip to content

Commit

Permalink
ci: Add gen_meta step
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Dec 19, 2023
1 parent 3b9ddcc commit d3276a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:
- name: Setup wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build wasm dependency
run: npm run build:wasm
# - name: Generate meta
# run: npm run gen_meta
run: yarn build:wasm
- name: Generate meta
run: yarn gen_meta

- name: Install node packages
run: yarn install --immutable --immutable-cache --check-cache
Expand Down

0 comments on commit d3276a9

Please sign in to comment.