Skip to content

Commit

Permalink
chore: build before release, and ignore test files
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Oct 3, 2022
1 parent e6e0264 commit 2f516a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/prepare
- run: yarn build
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.test.*

0 comments on commit 2f516a2

Please sign in to comment.