Skip to content

Commit 7ffe200

Browse files
committed
Fix install-deps not installing buildtools
1 parent 61bd9ca commit 7ffe200

File tree

1 file changed

+0
-4
lines changed
  • .github/actions/src/install-deps

1 file changed

+0
-4
lines changed

.github/actions/src/install-deps/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ async function main() {
77
const testRequired = core.getBooleanInput('testRequired');
88

99
const args = ['workspaces', 'focus', packageName];
10-
if (!testRequired) {
11-
args.push('--production');
12-
}
13-
1410
await exec('yarn', args);
1511

1612
const { default: packageJson } = await import(`${directory}/package.json`, { with: { type: 'json' }});

0 commit comments

Comments
 (0)