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 2e9a6a7 commit 50b7a7f
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.Info;
const distFolder = "./dist/packages";
const commonPublishTags = [".", "--access", "public"];
const commonPublishTags = ["--access", "public", "--dry-run"];

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

Expand Down

0 comments on commit 50b7a7f

Please sign in to comment.