Skip to content
This repository has been archived by the owner on Mar 27, 2021. It is now read-only.

Commit

Permalink
ci: run build task before release workflow to include dist files
Browse files Browse the repository at this point in the history
Closes #4
  • Loading branch information
BerniWittmann committed Mar 21, 2021
1 parent 4221f9e commit 7d01f33
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: yarn lint
- name: Run Tests
run: yarn test
- name: Build Module
run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,10 @@
},
"publishConfig": {
"access": "public"
}
},
"files": [
"dist",
"LICENSE",
"README.md"
]
}

0 comments on commit 7d01f33

Please sign in to comment.