We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
node --run test
just test
1 parent 05d6b5d commit 77ea974Copy full SHA for 77ea974
.gitignore
@@ -1,5 +1,6 @@
1
target/
2
/npm
3
/node_modules
4
+/napi/node_modules
5
/fixtures/pnpm/node_modules
6
fuzz/Cargo.lock
justfile
@@ -19,6 +19,7 @@ install:
19
# When ready, run the same CI commands
20
ready:
21
git diff --exit-code --quiet
22
+ just install
23
typos
24
cargo fmt
25
just check
@@ -52,6 +53,8 @@ check:
52
53
# Run all the tests
54
test:
55
cargo test --all-features
56
+ node --run build
57
+ node --run test
58
59
# Lint the whole project
60
lint:
0 commit comments