Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit 5b2adbb

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

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