Skip to content

Commit f13c38e

Browse files
author
Matej Lednicky
committed
fix(DIST-304): Read @Typeform packages from Github
Embed lib does not have any proprietary @Typeform packages as dependency. It installs @typeform/jarvis in Travis CI for deployment but it is not saved.
1 parent ac85a82 commit f13c38e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ before_install:
3737
- export AWS_ACCESS_KEY_ID=$AWS_ACCESS_KEY
3838
- export AWS_SECRET_ACCESS_KEY=$AWS_SECRET_KEY
3939
- npm config set '//registry.npmjs.org/:_authToken' ${NPM_TOKEN}
40+
- npm config set '//npm.pkg.github.com/:_authToken' $GH_TOKEN
41+
- npm config set @typeform:registry https://npm.pkg.github.com/
4042

4143
jobs:
4244
include:

0 commit comments

Comments
 (0)