From 392b269c2cd891aabf880ce9d7380d7da1c66c17 Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Sat, 29 Apr 2023 18:15:07 -0600 Subject: [PATCH] dts2hx no longer needed on kiss-vscode --- projects/_standalone/kiss-vscode/test.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/projects/_standalone/kiss-vscode/test.sh b/projects/_standalone/kiss-vscode/test.sh index 93455436..0ee8ae95 100755 --- a/projects/_standalone/kiss-vscode/test.sh +++ b/projects/_standalone/kiss-vscode/test.sh @@ -1,7 +1,3 @@ #! /bin/bash -if [ ! -d node_modules ]; then - $(haxelib libpath kiss)/build-scripts/dts2hx-externs/regenerate.sh -fi - haxe build.hxml \ No newline at end of file