File tree Expand file tree Collapse file tree 3 files changed +2042
-2549
lines changed
Expand file tree Collapse file tree 3 files changed +2042
-2549
lines changed Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 : |
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
You can’t perform that action at this time.
0 commit comments