Skip to content

Commit

Permalink
chore: update build
Browse files Browse the repository at this point in the history
  • Loading branch information
LoTwT committed Apr 1, 2024
1 parent 4c5086a commit 677afde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const _dirname = fileURLToPath(new URL(".", import.meta.url))

const filesMap = [
// wasm
["pkg/node/index_bg.wasm", "dist/index_bg.wasm"],
["pkg/node/index_bg.wasm.d.ts", "dist/index_bg.wasm.d.ts"],
["pkg/web/index_bg.wasm", "dist/index_bg.wasm"],
["pkg/web/index_bg.wasm.d.ts", "dist/index_bg.wasm.d.ts"],

// node
["pkg/node/index.js", "dist/index.node.js"],
Expand Down

0 comments on commit 677afde

Please sign in to comment.