Skip to content

Commit e20a91f

Browse files
committed
Removed broken flag
1 parent ac081bc commit e20a91f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- run: npm ci --ignore-scripts
23-
- run: npm run build -- ngx-darkbox-gallery --configuration=production --if-present
23+
- run: npm run build -- ngx-darkbox-gallery --configuration=production
2424
- run: cp *.md dist/ngx-darkbox-gallery/
2525
- run: cp LICENSE dist/ngx-darkbox-gallery/
2626
- name: Test

0 commit comments

Comments
 (0)