Skip to content

Commit 3be57a7

Browse files
committed
Fix build invocation
1 parent 15bdbac commit 3be57a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Create wasm package and build page
4545
run: |
4646
pnpm exec wasm-pack build
47-
pnpm build -- --base="./"
47+
pnpm build --base="./"
4848
4949
- name: Upload artifact
5050
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)