Skip to content

Commit

Permalink
Merge pull request #1217 from evidence-dev/docs-build-strict
Browse files Browse the repository at this point in the history
make build:strict clearer
  • Loading branch information
ItsMeBrianD authored Oct 2, 2023
2 parents e22a659 + 0382134 commit 6af2ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/docs/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ hide_table_of_contents: false
| ---------------------- | ------------------------------------------------------ |
| `npm run dev` | Start the development server in the current directory. |
| `npm run build` | Build the project for production. |
| `npm run build:strict` | Build, but fails on query or component errors. |
| `npm run build:strict` | Build, but fails on query or component errors. [Components receiving empty data will fail.](/deployment/overview#buildstrict) |
| `r` | Restart the dev server (when running). |

You can stop the server with `Ctrl` + `C` / `` + `C`.
Expand Down

0 comments on commit 6af2ded

Please sign in to comment.