We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c51be commit 6372b14Copy full SHA for 6372b14
.github/workflows/build-release.yml
@@ -41,7 +41,7 @@ jobs:
41
node-version: ${{ matrix.node-version }}
42
- run: npm ci --no-optional --legacy-peer-deps
43
- run: cd dist/ngx-darkbox-gallery
44
- - run: npm
+ - run: npm link
45
- run: cd ../..
46
- run: npm link @failed-successfully/ngx-darkbox-gallery --legacy-peer-deps
47
- run: npm run build
0 commit comments