Skip to content

Commit

Permalink
feat(CI): added dist folder to tarball?
Browse files Browse the repository at this point in the history
  • Loading branch information
leocabeza committed Sep 7, 2021
1 parent d125add commit 888e552
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
run: npm ci
- name: Build...
run: npm build
- name: Running tests
run: npm test
- name: Release
run: npx semantic-release@17
env:
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist

0 comments on commit 888e552

Please sign in to comment.