Skip to content

Commit

Permalink
Changed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDaGithubAccount committed Oct 22, 2024
1 parent 2f128a3 commit b57e4fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
bash .github/workflows/setup.sh
pwd
cd lib
ls
wasm-pack build --target web
ls
cd ..
ls
rm -r dist
mkdir dist
cp src/index.html dist/index.html
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rustup update
rustup default stable
rustup target add wasm32-unknown-unknown
wasm-pack build --target web
cargo install wasm-pack

0 comments on commit b57e4fb

Please sign in to comment.