We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f66dbe3 commit 5b2adbbCopy full SHA for 5b2adbb
1 file changed
.travis.yml
@@ -12,6 +12,6 @@ script:
12
13
deploy:
14
- provider: script
15
- script: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc && npm run release
+ script: echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > ~/.npmrc && npm run release
16
on:
17
tags: true
0 commit comments