Skip to content

Commit

Permalink
build: fix test command
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 23, 2024
1 parent 3135f7b commit 904e4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"scripts": {
"clean": "make clean",
"build": "make build",
"test": "iced test/run.iced",
"test": "iced3 test/run.iced",
"test:e2e": "node --test test/e2e/"
}
}

0 comments on commit 904e4dd

Please sign in to comment.