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 Dec 20, 2023
1 parent 4a8a4de commit 26dcb68
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 @@ -26,7 +26,7 @@ Logger.subscribe(ConsoleListener("", {

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

function PnPBuild(): (b: BuildTimeline) => BuildTimeline {

Expand Down

0 comments on commit 26dcb68

Please sign in to comment.