diff --git a/integration/README.md b/integration/README.md index 58c845d..35e0137 100644 --- a/integration/README.md +++ b/integration/README.md @@ -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.