Skip to content

Commit

Permalink
Add peer install to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
creisle committed Dec 18, 2020
1 parent 6c5c679 commit 87a01d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm install @bcgsc-pori/graphkb-parser
- run: npm test

publish-npm:
Expand All @@ -28,6 +29,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm install @bcgsc-pori/graphkb-parser
- run: npm publish --access public
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 87a01d8

Please sign in to comment.