-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Publish release 3.1.4 to npm #549
Comments
This is published to npm, but the name has changed https://www.npmjs.com/package/@opennextjs/aws I'll keep this open for now so that other people can see it |
For anyone else who is using with SST, the following can be used until SST is updated to include: sst/sst#3994 new sst.aws.Nextjs("nextjs", {
buildCommand: "npx @opennextjs/aws build",
// ...
}); |
Hmm will this break sstv2? We are passing the version like:
|
@MisterJimson Exact same fix as for V3 buildCommand: "nxp @opennextjs/[email protected] build" There is a PR for this in SST v2, haven't checked if it has been merged or not |
And we would remove |
It doesn't matter because |
Here's the PR sst/sst#3873 |
Release 3.1.4 has been created, however, it hasn't been published to npm yet. Is there anything special, or any additional processes required in order to publish to npm?
The text was updated successfully, but these errors were encountered: