fix kiss-express test dependency installation

This commit is contained in:
2022-10-06 00:27:30 +00:00
parent b6c6926cc8
commit 549b4f2826
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
-lib kiss -lib kiss
-lib express -lib express
-lib kiss-express -lib kiss-express
-lib hxnodejs
-cp src -cp src
--main nat_globelet_playground.Main --main nat_globelet_playground.Main
--js index.js --js index.js

View File

@@ -6,7 +6,7 @@ fi
# npm install creates a .haxelib folder which needs to be pointed to the dependencies # npm install creates a .haxelib folder which needs to be pointed to the dependencies
if [ ! -d .haxelib/kiss ]; then if [ ! -d .haxelib/kiss ]; then
cp .haxelib/express/.current .haxelib/express/.current.tmp cp .haxelib/express/.current .haxelib/express/.current.tmp
haxelib install all --always (cp ../../kiss/build-scripts/common-args.hxml ./ && haxelib install all --always && rm common-args.hxml)
# install all introduces an out-of-date express haxelib # install all introduces an out-of-date express haxelib
mv .haxelib/express/.current.tmp .haxelib/express/.current mv .haxelib/express/.current.tmp .haxelib/express/.current