Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.

Commit

Permalink
en: document cli:buildError (#1704)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkpattnaik780 authored and atinux committed Dec 9, 2019
1 parent 8aa6da8 commit b52f094
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions en/guide/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ You can use `--help` with any command to get detailed usage. Common arguments ar
- **`--spa` or `-s`:** Runs command in SPA mode and disables server side rendering.
- **`--unix-socket` or `-n`:** specify the path to a UNIX socket.

#### Hooks

Hook | Objective
---------------------|----------------------------------------------------------------------------------------------------------------------------------------
`cli:buildError` | Captures build errors in dev mode and display them on loading screen

#### Using in package.json

You should put these commands in the `package.json`:
Expand Down

0 comments on commit b52f094

Please sign in to comment.