Skip to content

Commit 5cb2825

Browse files
committed
fix(travis): appends token line to npmrc
1 parent 34f1729 commit 5cb2825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ script:
1010
- npx jest --coverage
1111
- npx danger ci
1212
before_install:
13-
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
13+
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> .npmrc
1414
after_success:
1515
- npm run travis-deploy-once "npm run semantic-release"
1616
branches:

0 commit comments

Comments
 (0)