From a8a01a7ddcd506a94ef9af7914bfc7b842c3f6c5 Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Mon, 17 Jul 2023 14:58:57 +0300 Subject: [PATCH] chore(ci-cd): left only SASJS server type for server-side tests --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 16a0a12c..644c8720 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "preinstall": "npm run nodeVersionMessage", "prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true" }, - "testServerTypes": "sasjs,sas9", + "testServerTypes": "sasjs", "release": { "branches": [ "main"