Skip to content

Commit 4d84c3d

Browse files
committed
update package files for plugins
1 parent f686a62 commit 4d84c3d

File tree

6 files changed

+8983
-7595
lines changed

6 files changed

+8983
-7595
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ jobs:
3838
- name: test with node ${{ matrix.node }}
3939
run: |
4040
cd plugins/image/service
41-
npm install --force
42-
npm install --os=linux --cpu=x64 sharp
41+
npm ci
4342
npm link ../../../service
4443
npm test
4544
@@ -65,8 +64,7 @@ jobs:
6564
- name: build
6665
run: |
6766
cd plugins/image/service
68-
npm install --force
69-
npm install --os=linux --cpu=x64 sharp
67+
npm ci
7068
npm link ../../../service
7169
npm run build
7270
- name: pack

.github/workflows/build_test.service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- name: install service dependencies
6666
run: |
6767
cd service
68-
npm ci service
68+
npm ci
6969
- name: download service package
7070
uses: actions/download-artifact@v4
7171
with:

0 commit comments

Comments
 (0)