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

Commit 566b1c3

Browse files
committed
Simplify deploy script
1 parent e01de36 commit 566b1c3

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.travis.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ script:
1212

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

0 commit comments

Comments
 (0)