We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac081bc commit e20a91fCopy full SHA for e20a91f
.github/workflows/node.js.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
node-version: ${{ matrix.node-version }}
22
- run: npm ci --ignore-scripts
23
- - run: npm run build -- ngx-darkbox-gallery --configuration=production --if-present
+ - run: npm run build -- ngx-darkbox-gallery --configuration=production
24
- run: cp *.md dist/ngx-darkbox-gallery/
25
- run: cp LICENSE dist/ngx-darkbox-gallery/
26
- name: Test
0 commit comments