Skip to content

Commit

Permalink
Add checks for cleanups in vercel#27121
Browse files Browse the repository at this point in the history
  • Loading branch information
oBusk committed Aug 14, 2021
1 parent 57253d5 commit fd2947d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/check-examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ for folder in examples/* ; do
if [ -f "$folder/package.json" ]; then
cp -n packages/create-next-app/templates/default/gitignore $folder/.gitignore;
cat $folder/package.json | jq '
.license = "MIT" |
.private = true
.private = true |
del(.license, .version, .name, .author, .description)
' | sponge $folder/package.json
fi
if [ -f "$folder/tsconfig.json" ]; then
Expand Down

0 comments on commit fd2947d

Please sign in to comment.