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 c678d22 commit 2f128a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
bash .github/workflows/setup.sh
pwd
cd lib
ls
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/run.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,2 @@
pwd
cd lib
wasm-pack build --target web
cd ..
rm -r dist
mkdir dist
cp src/index.html dist/index.html
cp -r lib/pkg/* dist/
bash .github/workflows/build.sh
node index.js

0 comments on commit 2f128a3

Please sign in to comment.