From 9055f19fb57dbe69a68a7975d6378dddeab3475c Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Thu, 11 Jul 2019 11:06:32 +0200 Subject: [PATCH] ci(Add e2e test for script tag usage to CI): (#648) --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e7656a046..ad5b0d514 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,6 +75,7 @@ jobs: # Could do a check here, if it doesn't exist, install cypress? - run: yarn install - run: yarn run test:e2e:ci + - run: yarn run test:e2e:scriptTag npm_publish: <<: *defaults