Skip to content

Commit

Permalink
ci(release): use --if-present flag when running build script
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 17, 2020
1 parent 0edfe00 commit 55ddd2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm run build
- run: npm run build --if-present
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 55ddd2c

Please sign in to comment.