You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -92,6 +92,8 @@ npm run integrate
92
92
93
93
In your continuous integration (CI) environment, run `npm run integrate` (or `yarn integrate`) to run additional integration tests for the library. The integration "project" will also be typed and linted. This can also be run locally (i.e. for commit hooks but is not recommended).
94
94
95
+
Read the API docs for more on [`benmvp integrate`](docs/cli/integrate.md).
96
+
95
97
## Docs
96
98
97
99
`@benmvp/cli` has two interfaces: a CLI and a Node API. View the [full docs](docs/).
0 commit comments