Skip to content

Commit

Permalink
Update buildsystem-config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-rodgers authored Jan 8, 2024
1 parent 34145e0 commit 18ca1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildsystem-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Logger.subscribe(ConsoleListener("", {

const logLevel = LogLevel.Verbose;
const distFolder = "./dist/packages";
const commonPublishTags = ["--access", "public", "--dry-run"];
const commonPublishTags = ["--access", "public"];

function PnPBuild(buildFlags?: string[]): (b: BuildTimeline) => BuildTimeline {

Expand Down

0 comments on commit 18ca1a3

Please sign in to comment.