Skip to content

Commit 93c2832

Browse files
committed
revert package lock
1 parent 747dca1 commit 93c2832

File tree

3 files changed

+2042
-2549
lines changed

3 files changed

+2042
-2549
lines changed

.github/workflows/build_test.arcgis.service.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: test with node ${{ matrix.node }}
3939
run: |
4040
cd plugins/arcgis/service
41-
npm ci
41+
npm ci --force
4242
npm link ../../../service
4343
npm test
4444
@@ -64,7 +64,7 @@ jobs:
6464
- name: build service for plugin
6565
run: |
6666
cd plugins/arcgis/service
67-
npm ci
67+
npm ci --force
6868
npm link ../../../service
6969
npm run build
7070
- name: package for plugin

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: build mage service
3434
run: |
3535
cd service
36-
npm ci
36+
npm ci --force
3737
npm run build
3838
- name: test with node ${{ matrix.node }}
3939
run: |
@@ -64,7 +64,7 @@ jobs:
6464
- name: build image service
6565
run: |
6666
cd plugins/image/service
67-
npm ci --no-optional
67+
npm ci --force
6868
npm link ../../../service
6969
npm run build
7070
- name: pack

0 commit comments

Comments
 (0)