From f6cb2c4faca482edf8643e25df03baf697547432 Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Thu, 15 Jul 2021 10:41:10 +0200 Subject: [PATCH] chore: sasjs-tests windows --- sasjs-tests/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/sasjs-tests/package.json b/sasjs-tests/package.json index 737ab7b..004e3eb 100644 --- a/sasjs-tests/package.json +++ b/sasjs-tests/package.json @@ -24,6 +24,7 @@ "eject": "react-scripts eject", "update:adapter": "cd .. && npm run package:lib && cd sasjs-tests && npm i ../build/sasjs-adapter-5.0.0.tgz", "deploy:tests": "rsync -avhe ssh ./build/* --delete $SSH_ACCOUNT:$DEPLOY_PATH", + "deploy:tests-win": "scp %DEPLOY_PATH% ./build/*", "deploy": "npm run update:adapter && npm run build && npm run deploy:tests" }, "eslintConfig": {