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 17ea7ff commit 354d1f9Copy full SHA for 354d1f9
src/toolchain/BuildFlags.ts
@@ -77,6 +77,8 @@ export class BuildFlags {
77
}
78
return args;
79
case "build":
80
+ case "run":
81
+ case "test":
82
return [...args, ...configuration.packageArguments];
83
default:
84
0 commit comments