sst 2.0.0-rc.68 → 2.0.0-rc.69

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.
@@ -25,7 +25,7 @@ const __dirname = url.fileURLToPath(new URL(".", import.meta.url));
25
25
  export class NextjsSite extends SsrSite {
26
26
  constructor(scope, id, props) {
27
27
  super(scope, id, {
28
- buildCommand: "npm_config_yes=true npx open-next@latest build",
28
+ buildCommand: "npx --yes open-next@latest build",
29
29
  ...props,
30
30
  });
31
31
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sst",
3
- "version": "2.0.0-rc.68",
3
+ "version": "2.0.0-rc.69",
4
4
  "bin": {
5
5
  "sst": "cli/sst.js"
6
6
  },