Skip to content

Commit

Permalink
fix: wasm files missing due to wasm-pack gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus committed May 19, 2024
1 parent 51018bb commit 3558cf6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"build:esm": "tsc -p tsconfig.build.json --incremental false --outDir dist/esm",
"build:wasm": "wasm-pack build --out-dir ../dist/wasm --out-name penumbra-simd --no-pack wasm -- --no-default-features --features simd",
"postbuild:cjs": "echo '{\"type\":\"commonjs\"}' > dist/cjs/package.json",
"postbuild:wasm": "del dist/wasm/.gitignore",
"clean": "concurrently -c auto 'npm:clean:*'",
"clean:js": "del *.tsbuildinfo coverage dist",
"clean:wasm": "cd wasm && cargo clean",
Expand Down

0 comments on commit 3558cf6

Please sign in to comment.