Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepinho committed Aug 12, 2024
1 parent 7464087 commit 75ddb24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"lint:strict": "tsc --noEmit && eslint src --max-warnings 0",
"postcompile": "touch ./wasm/.npmignore",
"test": "vitest run",
"test:wasm": "cd crate && wasm-pack test --headless --firefox -- --target wasm32-unknown-unknown --release --features 'mock-database'",
"test:cargo": "cd crate && cargo test --release"
"test:cargo": "cd crate && cargo test --release",
"test:wasm": "cd crate && wasm-pack test --headless --firefox -- --target wasm32-unknown-unknown --release --features 'mock-database'"
},
"files": [
"wasm",
Expand Down

0 comments on commit 75ddb24

Please sign in to comment.