diff --git a/package.json b/package.json index 444cdbc..19db836 100644 --- a/package.json +++ b/package.json @@ -9,9 +9,9 @@ "license": "MIT", "scripts": { "test": "(npm run prepareTest && npm run tstest && npm run cleanUp)", - "prepareTest": "cd test/ && git clone git@gitlab.com:sandboxzone/sandbox-npmts.git && cd sandbox-npmts && npm install", - "tstest": "cd test/sandbox-npmts && node ../../cli.ts.js test/", - "cleanUp": "cd test/ && rm -rf sandbox-npmts", + "prepareTest": "git clone git@gitlab.com:sandboxzone/sandbox-npmts.git .nogit/sandbox-npmts && cd .nogit/sandbox-npmts && npm install", + "tstest": "cd .nogit/sandbox-npmts && node ../../cli.ts.js test/", + "cleanUp": "rm -rf .nogit/sandbox-npmts", "format": "(gitzone format)", "build": "echo \"Not needed for now\"" }, diff --git a/test/sandbox-npmts b/test/sandbox-npmts deleted file mode 160000 index 0d623ad..0000000 --- a/test/sandbox-npmts +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 0d623adeab09ca0861da5b669454aaa24d8f3669