Skip to content

Commit

Permalink
fix(node): depend test on build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickersoft committed Nov 17, 2024
1 parent 414d9c7 commit 0bdeac4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bindings/node/tasks.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run = "pnpm build"
dir = "bindings/node"

["clean:node"]
run = "rm -rf coverage ../**/*.odict ../**/*.log"
run = "rm -rf coverage dist ../**/*.odict ../**/*.log"
dir = "bindings/node"

["install:node"]
Expand All @@ -19,6 +19,7 @@ depends = ["install:node"]

["test:node"]
run = "pnpm test -- "
depends = ["build:node"]
dir = "bindings/node"

["ci:node"]
Expand Down

0 comments on commit 0bdeac4

Please sign in to comment.