install hxnodejs in cli-tests

This commit is contained in:
2023-01-22 22:47:18 -07:00
parent 6ab51033a0
commit 586536cd88

View File

@@ -7,6 +7,7 @@ fi &&
cat new-project-input.txt | haxelib run kiss new-project && (cd TestNewProject && sh test.sh) &&
# Test kiss new-express-project command
haxelib install hxnodejs &&
if [ -d testnewexpressproject ]; then
rm -rf testnewexpressproject
fi &&