Skip to content

Commit 6372b14

Browse files
authored
fix: Add previously deleted command
1 parent 58c51be commit 6372b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
node-version: ${{ matrix.node-version }}
4242
- run: npm ci --no-optional --legacy-peer-deps
4343
- run: cd dist/ngx-darkbox-gallery
44-
- run: npm
44+
- run: npm link
4545
- run: cd ../..
4646
- run: npm link @failed-successfully/ngx-darkbox-gallery --legacy-peer-deps
4747
- run: npm run build

0 commit comments

Comments
 (0)