Skip to content

Commit

Permalink
Remove files from package
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Oct 27, 2024
1 parent e9fd183 commit 0b70292
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,11 @@ jobs:
REPOSITORY_URI=$AWS_REGISTRY_URI/$REPOSITORY_NAME
echo "REPOSITORY_URI=$REPOSITORY_URI" >> "$GITHUB_ENV"
- name: Remove files and folders
run: |
rm -rf container scripts tests
rm -rf -v $(find . -maxdepth 1 -type f ! -name 'package.json' ! -name 'package-lock.json' ! -name 'template.yml')
- name: Install dependencies
run: |
rm package-lock.json
Expand Down

0 comments on commit 0b70292

Please sign in to comment.