Skip to content

Commit

Permalink
fix sim package flag
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRomaa committed Jun 8, 2024
1 parent 99249da commit 6918477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ async function build(
);
}

if (instrument.simulatorPackage && args.skipSimulatorPackage && !module) {
if (instrument.simulatorPackage && !args.skipSimulatorPackage && !module) {
buildOptions.plugins?.push(writePackageSources(args, instrument));
}

Expand Down

0 comments on commit 6918477

Please sign in to comment.