Skip to content

Commit

Permalink
feat(wb): optimizeForDockerBuild support artillery
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Nov 3, 2023
1 parent 208dde0 commit 26172af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wb/src/commands/optimizeForDockerBuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function optimizeDevDependencies(argv: InferredOptionTypes<typeof builder>, pack

const devDeps = packageJson.devDependencies || {};
const nameWordsToBeRemoved = [
'artillery',
'concurrently',
'conventional-changelog-conventionalcommits',
'eslint',
Expand Down

0 comments on commit 26172af

Please sign in to comment.