@aws/create-nx-workspace 0.109.1 → 0.110.0

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.
Files changed (2) hide show
  1. package/bin/index.cjs +4 -1
  2. package/package.json +1 -1
package/bin/index.cjs CHANGED
@@ -164,7 +164,10 @@ const createNxWorkspace = (args) => {
164
164
  ...allArgs
165
165
  ], {
166
166
  stdio: "inherit",
167
- env: process.env,
167
+ env: {
168
+ ...process.env,
169
+ pnpm_config_strict_dep_builds: "false"
170
+ },
168
171
  shell: process.platform === "win32"
169
172
  }).status ?? 1;
170
173
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws/create-nx-workspace",
3
- "version": "0.109.1",
3
+ "version": "0.110.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/awslabs/nx-plugin-for-aws.git",