We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c51c4 commit ae604ecCopy full SHA for ae604ec
package.sh
@@ -14,14 +14,7 @@ cp nonce.js package.json package-lock.json ./dist/
14
15
cd dist
16
npm ci --production
17
-rm package*.json
18
-
19
cd -
20
-npx webpack
21
22
-cd dist
23
-zip_path="./lambda-edge-azure-auth-${version}.zip"
24
-# zip -q -j $zip_path ./{.js,*.json}
25
-# zip -q -r $zip_path ./node_modules
26
-zip -q -j $zip_path ./index.js
27
-cd -
+npx webpack
+zip -q -j ./dist/lambda-edge-azure-auth-${version}.zip dist/index.js
0 commit comments