diff --git a/source/image-handler/package.json b/source/image-handler/package.json index 3dee6a793..b96740813 100644 --- a/source/image-handler/package.json +++ b/source/image-handler/package.json @@ -24,6 +24,6 @@ "build:init": "rm -rf package-lock.json && rm -rf dist && rm -rf node_modules", "build:zip": "zip -rq image-handler.zip . -x template.yml", "build:dist": "mkdir dist && mv image-handler.zip dist/", - "build": "npm run build:init && npm install --production && npm run build:zip && npm run build:dist" + "build": "npm run build:init && npm install --arch=x64 --platform=linux --production && npm run build:zip && npm run build:dist" } }