Skip to content

Commit

Permalink
chore: added esm.bundled.js to github repo in build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Jul 16, 2024
1 parent cab552c commit f6d4797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wasm-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
git add -f assets/wasm/surrealdb/surrealdb_wasm.*
git add assets/wasm/surrealdb/index.js
git add assets/wasm/surrealdb/esm.bundled.js
git add assets/wasm/surrealdb/index_bg.wasm
git add assets/wasm/surrealdb/surrealdb.wasm.gz
if [ -n "$(git status --porcelain)" ]; then
Expand Down

0 comments on commit f6d4797

Please sign in to comment.