Skip to content

Commit 06fa9a7

Browse files
committed
Changed Travis config
Signed-off-by: Jaid <jaid.jsx@gmail.com>
1 parent 536f251 commit 06fa9a7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ jobs:
3333
api_key: $GITHUB_TOKEN # Permissions: public_repo, repo:status, repo_deployment
3434
on: { tags: true }
3535
- provider: script
36-
script:
37-
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" | tee .npmrc
38-
- npm publish dist
36+
script: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc && npm publish dist
3937
skip_cleanup: true
4038
on: { tags: true }

0 commit comments

Comments
 (0)