Skip to content

Commit

Permalink
chore: Remove esy b from test command
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Mar 9, 2022
1 parent d603c27 commit eaefbe5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -35,7 +35,7 @@
}
},
"scripts": {
"test": "esy b dune runtest",
"test": "dune runtest",
"format": "dune build @fmt --auto-promote"
},
"installConfig": {
Expand Down
3 changes: 0 additions & 3 deletions test/dune
Expand Up @@ -26,9 +26,6 @@

(test
(name test_js)
(enabled_if
; TODO: Switch to `bin-available:node` after dune 3
(<> %{system} mingw64))
(modules test_js)
(modes
(byte js))
Expand Down

0 comments on commit eaefbe5

Please sign in to comment.