Skip to content

Commit bc58041

Browse files
committed
docs(readme): add ionic build to hook command list
1 parent 3063496 commit bc58041

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ CLI hooks are how you can run scripts during CLI events, such as "watch" and
136136
"build". To hook into the CLI, use the following [npm
137137
scripts](https://docs.npmjs.com/misc/scripts) in your `package.json` file:
138138

139-
| npm script | description | commands |
140-
|----------------------|-------------------------------------------------------------------|--------------------------------------------------------------|
141-
| `ionic:watch:before` | Runs **before** the file watcher activates during a "watch" event | `ionic serve`, `ionic cordova run`, `ionic cordova emulate` |
142-
| `ionic:build:before` | Runs **before** the Ionic "build" event starts. | `ionic upload`, `ionic package build`, `ionic cordova build` |
143-
| `ionic:build:after` | Runs **after** the Ionic "build" event finishes. | `ionic upload`, `ionic package build`, `ionic cordova build` |
139+
| npm script | description | commands |
140+
|----------------------|-------------------------------------------------------------------|-----------------------------------------------------------------------------|
141+
| `ionic:watch:before` | Runs **before** the file watcher activates during a "watch" event | `ionic serve`, `ionic cordova run`, `ionic cordova emulate` |
142+
| `ionic:build:before` | Runs **before** the Ionic "build" event starts. | `ionic build`, `ionic upload`, `ionic package build`, `ionic cordova build` |
143+
| `ionic:build:after` | Runs **after** the Ionic "build" event finishes. | `ionic build`, `ionic upload`, `ionic package build`, `ionic cordova build` |
144144

145145
### Example
146146

0 commit comments

Comments
 (0)