Skip to content

Commit

Permalink
Whitelist todomvc npm modules one by one
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Nov 16, 2024
1 parent fca687a commit 038a73d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
- name: Override .gitignore for deployment
run: |
printf "\n\n" >> .gitignore
echo "!/node_modules/{todomvc-app-css,todomvc-common}/" >> .gitignore
echo "!/node_modules/todomvc-app-css/" >> .gitignore
echo "!/node_modules/todomvc-common/" >> .gitignore
echo "!/js/" >> .gitignore
- name: Deploy app to gh-pages
Expand Down

0 comments on commit 038a73d

Please sign in to comment.