Skip to content

Commit 5b2adbb

Browse files
committed
Fix npmrc link
1 parent f66dbe3 commit 5b2adbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ script:
1212

1313
deploy:
1414
- provider: script
15-
script: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && npm run release
15+
script: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc && npm run release
1616
on:
1717
tags: true

0 commit comments

Comments
 (0)