There was an error while loading. Please reload this page.
1 parent 2bab9eb commit f922521Copy full SHA for f922521
.travis.yml
@@ -12,8 +12,6 @@ script:
12
13
deploy:
14
provider: script
15
- script:
16
- - echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
17
- - npm run release
+ script: scripts/travisDeploy.bash
18
on:
19
tags: true
scripts/travisDeploy.bash
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+
3
+echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
4
+npm run release
0 commit comments