Skip to content

Commit

Permalink
Remove a useless compilation flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Aug 30, 2024
1 parent c7608a4 commit cea7a8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,8 @@
},
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"test": "haxe test.hxml"
}
}
1 change: 0 additions & 1 deletion test.hxml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
--class-path test
--js var/tests.js
--library tink_unittest
--macro allowPackage("sys")
--main RunTests
share/build.hxml
--cmd node var/tests.js

0 comments on commit cea7a8f

Please sign in to comment.