Skip to content

Commit

Permalink
fix: copy js after rust build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-pousette committed Dec 30, 2024
1 parent 819ff4f commit f5c8aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/utils/rateless-iblt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"benchmark": "cargo bench",
"clean": "cargo clear",
"cp-src-js": "shx cp -r ./src_js/* ./dist",
"build": "npm run cp-src-js && wasm-pack build --target web --out-dir dist --out-name rateless_iblt && shx rm -rf ./dist/.gitignore && shx rm -rf ./dist/package.json",
"build": "wasm-pack build --target web --out-dir dist --out-name rateless_iblt && shx rm -rf ./dist/.gitignore && shx rm -rf ./dist/package.json && npm run cp-src-js",
"test": "cargo test && aegir test",
"lint": "cargo fmt"
},
Expand Down

0 comments on commit f5c8aec

Please sign in to comment.