Skip to content

Commit bce2a45

Browse files
committed
link service
1 parent cc8e6a0 commit bce2a45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_test.image.service.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
cd plugins/image/service
4141
npm install --force
42+
npm link ../../../service
4243
npm test
4344
4445
package:
@@ -64,6 +65,7 @@ jobs:
6465
run: |
6566
cd plugins/image/service
6667
npm install --force
68+
npm link ../../../service
6769
npm run build
6870
- name: pack
6971
run: npm pack ./plugins/image/service

0 commit comments

Comments
 (0)