0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

chore: update prune files list

This commit is contained in:
Gao Sun 2022-12-31 23:56:15 +08:00
parent 1c9160112b
commit f98332a0a3
No known key found for this signature in database
GPG key ID: 13EBE123E4773688

View file

@ -12,7 +12,7 @@ NODE_ENV=production pnpm i
echo Prune files echo Prune files
# Some node packages use `src` as their dist folder, so ignore them from the rm list in the end # Some node packages use `src` as their dist folder, so ignore them from the rm list in the end
find \ find \
.git .github .husky .vscode .parcel-cache pnpm-*.yaml *.js \ .git .changeset .devcontainer .github .husky .parcel-cache .scripts .vscode pnpm-*.yaml *.js \
packages/**/src \ packages/**/src \
packages/**/*.config.js packages/**/*.config.ts packages/**/tsconfig*.json \ packages/**/*.config.js packages/**/*.config.ts packages/**/tsconfig*.json \
! -path '**/node_modules/**' \ ! -path '**/node_modules/**' \