Skip to content

Commit

Permalink
perf: reduce core dump
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidKk committed Feb 8, 2024
1 parent 8002a6f commit 94de098
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/postinstall
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
if (!fs.existsSync('tsconfig.build.json')) {
tasks.unshift(...[
'ts-patch install -s',
'lerna run compile --parallel --include-dependencies --scope=@dumlj/tidy-cli --scope=@dumlj/create-cli',
'dumlj install husky',
'lerna run compile --concurrency 2 --parallel --include-dependencies --scope=@dumlj/tidy-cli',
'dumlj concurrently \"tscfg --exclude \"**/__template__\" --exclude \"**/__example__\"\" \"deps --exclude \"**/__template__\" --exclude \"**/__example__\"\"',
'npm run compile',
// must compile create-cli
'dumlj install husky',
])
}

Expand Down

0 comments on commit 94de098

Please sign in to comment.