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 34f1729 commit 5cb2825Copy full SHA for 5cb2825
.travis.yml
@@ -10,7 +10,7 @@ script:
10
- npx jest --coverage
11
- npx danger ci
12
before_install:
13
-- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
+- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" >> .npmrc
14
after_success:
15
- npm run travis-deploy-once "npm run semantic-release"
16
branches:
0 commit comments