Skip to content

Commit 9c3bf52

Browse files
adjust zip archive creation
1 parent a550912 commit 9c3bf52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
yarn install --silent
2828
yarn build
2929
30-
- name: Archive build output
31-
run: zip -r dist.zip build
30+
- name: Archive build output (exclude node_modules)
31+
run: zip -r dist.zip build -x "**/node_modules/*"
3232

3333
- name: Deploy to Azure webApp
3434
uses: azure/webapps-deploy@v3

0 commit comments

Comments
 (0)