Skip to content

Commit 97be80b

Browse files
authored
FIx CI attempt 2
1 parent cc74477 commit 97be80b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/Make.hx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ class Make {
77
for (arg in args) {
88
switch arg {
99
case "xml":
10+
trace("haxe --cwd xml xml.hxml");
1011
command("haxe --cwd xml xml.hxml");
1112

1213
case "pages":
1314
Sys.setCwd("dox");
15+
trace("npx haxe dox.hxml");
1416
command("npx haxe dox.hxml");
1517
Sys.setCwd("..");
1618

0 commit comments

Comments
 (0)