Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 2 additions & 7 deletions integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,11 @@ We've captured many of the most useful commands in npm scripts defined in the `p
* `npm run e2e:aot` - compiles and the app with AOT and run e2e tests.


If you need to manually test a library build, follow these steps:
If you need to manually test a library build, first run this from the project root:
```
# starting at the project root, build the library
npm run build
# clean the integration app
npm run preintegration
cd integration
npm install
```

Now the library is installed in your integration app.

You can use `npm start` to start a live reload server running the app in JIT mode, or `npm run build && npm run serve:aot` to run a static server in AOT mode.
You can use `npm start` within this directory to start a live reload server running the app in JIT mode, or `npm run build:aot && npm run serve:aot` to run a static server in AOT mode.