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:
parent
1c9160112b
commit
f98332a0a3
1 changed files with 1 additions and 1 deletions
|
@ -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/**' \
|
||||||
|
|
Loading…
Reference in a new issue