We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b65fe1 commit 45d0ef5Copy full SHA for 45d0ef5
.github/workflows/pages-deploy.yml
@@ -36,6 +36,7 @@ jobs:
36
curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
37
wasm-pack build string-bean-wasm --target web
38
- name: Build Web
39
+ run: |
40
cd web
41
npm i && npm run build
42
touch build/.nojekyll
0 commit comments