Skip to content

Commit

Permalink
chore: fix cp: cannot stat './dist/embedded/esm.bundled.js': No such …
Browse files Browse the repository at this point in the history
…file or directory
  • Loading branch information
limcheekin committed Sep 27, 2024
1 parent 605f3f1 commit e326c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wasm-js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
run: |
cd surrealdb.wasm
make build
cp ./dist/embedded/esm.bundled.js ../assets/wasm/surrealdb
cp ./dist/embedded/index_bg.wasm ../assets/wasm/surrealdb
cp ./dist/surreal/index.bundled.js ../assets/wasm/surrealdb
cp ./dist/surreal/index_bg.wasm ../assets/wasm/surrealdb
#- name: "Minify and compress JavaScript files"
# run: pnpm run package
Expand Down
13 changes: 0 additions & 13 deletions assets/wasm/surrealdb/esm.bundled.js

This file was deleted.

0 comments on commit e326c28

Please sign in to comment.