From f98332a0a3c945b5b7deff997211fe29c83cf5b4 Mon Sep 17 00:00:00 2001 From: Gao Sun Date: Sat, 31 Dec 2022 23:56:15 +0800 Subject: [PATCH] chore: update prune files list --- .scripts/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/package.sh b/.scripts/package.sh index 445dbf9fd..3ff796dd5 100755 --- a/.scripts/package.sh +++ b/.scripts/package.sh @@ -12,7 +12,7 @@ NODE_ENV=production pnpm i echo Prune files # Some node packages use `src` as their dist folder, so ignore them from the rm list in the end 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/**/*.config.js packages/**/*.config.ts packages/**/tsconfig*.json \ ! -path '**/node_modules/**' \