Skip to content

Commit

Permalink
get dependencies before build
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed Oct 20, 2020
1 parent 66bea76 commit e698482
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn
- run: yarn build
- run: yarn publish --non-interactive
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "genomic-reader",
"version": "1.4.6",
"version": "1.4.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit e698482

Please sign in to comment.