Skip to content

Commit

Permalink
Attempt to fix npm authentication (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
bravo-kernel committed Nov 28, 2020
1 parent cc827fb commit 49d8e5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -35,7 +35,7 @@ matrix:
env: TEST=0 COVERAGE=1

- stage: deploy
node_js: 14
node_js: 15
env: TEST=0 COVERAGE=0 LINT=0
script:
- echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -31,7 +31,7 @@
"test:integration": "jest --testNamePattern, #integration",
"test:unit": "jest --testNamePattern, #unit",
"test:watch": "jest --watch",
"release": "release-it --npm.skipChecks"
"release": "release-it"
},
"files": [
"lib"
Expand Down

0 comments on commit 49d8e5b

Please sign in to comment.