From d38d032309961f17d9af84de87002d794c09d730 Mon Sep 17 00:00:00 2001 From: Mihajlo Date: Thu, 15 Jul 2021 13:01:12 +0200 Subject: [PATCH] chore: readme updates --- sasjs-tests/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sasjs-tests/README.md b/sasjs-tests/README.md index 471dcf4..6296cfe 100644 --- a/sasjs-tests/README.md +++ b/sasjs-tests/README.md @@ -45,9 +45,13 @@ If you are on `WINDOWS`, you will first need to install one dependency: ```bash npm i -g copyfiles ``` -and then run: +and then run to build: ```bash -npm run deploy --DEPLOY_PATH me@my-sas-server.com:/var/www/html/my-folder/sasjs-tests +npm run update:adapter && npm run build +``` +when it finishes run to deploy: +```bash +scp -rp ./build/* me@my-sas-server.com:/var/www/html/my-folder/sasjs-tests ``` If you'd like to deploy just `sasjs-tests` without changing the adapter version, you can use the `deploy:tests` script, while also setting the same environment variables as above.