@powerhousedao/shared 6.0.0-dev.234 → 6.0.0-dev.235

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -567,6 +567,12 @@ const installArgs = {
567
567
  long: "local",
568
568
  description: "Also install packages into node_modules (marks them as provider: \"local\" so they get bundled into ph connect build)"
569
569
  }),
570
+ allowBuild: multioption({
571
+ type: array(string),
572
+ long: "allow-build",
573
+ description: "A list of package names that are allowed to run postinstall scripts during installation.",
574
+ defaultValue: () => []
575
+ }),
570
576
  ...packageManagerArgs,
571
577
  ...debugArgs
572
578
  };