Skip to content

Commit

Permalink
fix: include dist file in release!
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Nov 18, 2020
1 parent fe4db03 commit fa17a03
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
start: npm start
browser: chrome
- name: Build
run: npm run build
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
env:
Expand Down
3 changes: 3 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cypress
.github
cypress.json

0 comments on commit fa17a03

Please sign in to comment.