From 7da63c206d1420c2ee7ede6d06ea70e20e778572 Mon Sep 17 00:00:00 2001 From: Raju Udava Date: Wed, 27 Oct 2021 11:38:58 +0530 Subject: [PATCH] (chore) cypress script command- specify config file path Signed-off-by: Raju Udava --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a4e5f93dc..3f83c881c4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "start:api": "cd ./packages/nocodb; npm install; npm run watch:run", "start:web": "cd ./packages/nc-gui; npm install; npm run dev", "cypress:run": "cypress run --config-file ./scripts/cypress/cypress.json", - "cypress:open": "cypress open", + "cypress:open": "cypress open --config-file ./scripts/cypress/cypress.json", "test:travis": "git log --pretty=format:'%h' -n 1 --skip 1 | xargs lerna run test:travis --since", "lerna:install": "git log --pretty=format:'%h' -n 1 --skip 1 | xargs lerna bootstrap --ignore nc-cli --since", "updated:xc-migrator": "lerna run publish --scope xc-migrator && lerna run xc && lerna publish && npm install -f xc-cli",