Skip to content

Commit

Permalink
Modify errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinnkunn committed Feb 20, 2024
1 parent 182c3bc commit 4afc555
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
version: 'latest'
- name: Build
- uses: actions/checkout@v2
- run: |
wasm-pack --version
wasm-pack build --target web
uses: actions/checkout@v2
run: |
wasm-pack --version
wasm-pack build --target web

0 comments on commit 4afc555

Please sign in to comment.