The preintegration script already runs build and integration/install, so those should not need to be run manually.
Also, I had to run integration/build:aot before being able to use integration/serve:aot, so I guess that was a mistake in the instructions (which said to run integration/build, without the :aot).
The
preintegration
script already runsbuild
andintegration/install
, so those should not need to be run manually.Also, I had to run
integration/build:aot
before being able to useintegration/serve:aot
, so I guess that was a mistake in the instructions (which said to runintegration/build
, without the:aot
).