Skip to content

Commit

Permalink
core: release script prune client
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen committed Apr 28, 2024
1 parent bf03b1b commit b40e952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/release.mts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ await $`mkdir -p ${tmpdir}`;
await $`mkdir -p ${frontdir.target}`;
await $`mkdir -p ${path.dirname(binfile.target)}`;

for(const dir of ["server", "app", "admin"]) {
for(const dir of ["packages/client", "server", "app", "admin"]) {
await within(async () => {
cd(`${frontdir.src}/${dir}`);
await $`FORCE_COLOR=1 npm prune --omit=dev --ignore-scripts --color always`;
Expand Down

0 comments on commit b40e952

Please sign in to comment.