We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61bd9ca commit 7ffe200Copy full SHA for 7ffe200
.github/actions/src/install-deps/index.ts
@@ -7,10 +7,6 @@ async function main() {
7
const testRequired = core.getBooleanInput('testRequired');
8
9
const args = ['workspaces', 'focus', packageName];
10
- if (!testRequired) {
11
- args.push('--production');
12
- }
13
-
14
await exec('yarn', args);
15
16
const { default: packageJson } = await import(`${directory}/package.json`, { with: { type: 'json' }});
0 commit comments