Skip to content

Commit 55ddd2c

Browse files
committed
ci(release): use --if-present flag when running build script
1 parent 0edfe00 commit 55ddd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
node-version: 12
1919
- run: npm ci
20-
- run: npm run build
20+
- run: npm run build --if-present
2121
- run: npx semantic-release
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)