Skip to content

Commit b04131c

Browse files
Clinton WerthClinton Werth
authored andcommitted
update image build
1 parent 8199029 commit b04131c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
npm ci --force
7070
npm install --os=linux --cpu=x64 sharp
7171
npm link ../../../service
72+
rm -rf node_modules/mongoose
7273
npm run build
7374
- name: pack
7475
run: npm pack ./plugins/image/service

plugins/image/service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ngageoint/mage.image.service",
3-
"version": "1.1.0-beta.1",
3+
"version": "1.2.0-beta.0",
44
"description": "Orient images attached to MAGE observations according to EXIF meta-data and generate configurable size thumbnails.",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)