Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit 7e1e55f

Browse files
authored
docs: update readme on serverless-patched
1 parent 793f0a2 commit 7e1e55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ And simply deploy:
126126
$ serverless
127127
```
128128

129-
You may also deploy using `npx serverless-patched` (or `serverless-patched` if you installed it locally), which is a patched version of `serverless` that fixes a couple of issues by patching the underlying `@serverless/cli`: (1) Continuous "Deploying" messages being printed in non-interactive terminals (e.g CI output) that make it hard to debug, and (2) Handles silent Next.js build failures.
129+
[ALPHA - may be buggy] You may also deploy using `npx serverless-patched` (or `serverless-patched` if you installed it locally), which is a patched version of `serverless` that fixes a couple of issues by patching the underlying `@serverless/cli`: (1) Continuous "Deploying" messages being printed in non-interactive terminals (e.g CI output) that make it hard to debug, and (2) Handles silent Next.js build failures.
130130

131131
It's also recommended to add `--debug` flag to get more useful logs of what's happening behind the scenes.
132132

0 commit comments

Comments
 (0)