Skip to content

Commit 4403b01

Browse files
authored
Dynamically create npmrc file
1 parent 25a7917 commit 4403b01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: node_js
22
node_js: '10'
33
cache: yarn
44

5+
before_install:
6+
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
7+
58
script:
69
- yarn lint
710
- yarn test

0 commit comments

Comments
 (0)