We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 536f251 commit 06fa9a7Copy full SHA for 06fa9a7
.travis.yml
@@ -33,8 +33,6 @@ jobs:
33
api_key: $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
34
on: { tags: true }
35
- provider: script
36
- script:
37
- - echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" | tee .npmrc
38
- - npm publish dist
+ script: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && npm publish dist
39
skip_cleanup: true
40
0 commit comments