Skip to content

Commit 636079a

Browse files
committed
rm the gitignore
1 parent ec3eb26 commit 636079a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bindings_wasm/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@
2424
"directory": "bindings_wasm"
2525
},
2626
"scripts": {
27-
"build": "yarn clean && yarn build:web",
27+
"build": "yarn clean && yarn build:web && yarn clean:release",
2828
"build:web": "RUSTFLAGS=\"-Ctarget-feature=+bulk-memory,+mutable-globals\" wasm-pack build --target web --out-dir ./dist --no-pack --release",
2929
"check:macos": "CC_wasm32_unknown_unknown=/opt/homebrew/opt/llvm/bin/clang cargo check --target wasm32-unknown-unknown",
3030
"clean": "rm -rf ./dist",
31+
"clean:release": "rm ./dist/.gitignore",
3132
"lint": "yarn lint:clippy && yarn lint:fmt",
3233
"lint:clippy": "cargo clippy --locked --all-features --target wasm32-unknown-unknown --no-deps -- -D warnings",
3334
"lint:fmt": "cargo fmt --check",

0 commit comments

Comments
 (0)