ci(Add e2e test for script tag usage to CI): (#648)

This commit is contained in:
Erik Ziegler 2019-07-11 11:06:32 +02:00 committed by GitHub
parent bcbc5e4bbf
commit 9055f19fb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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