Changes since 2.8.6
New features
-
Enable running npm ci mode
Commit · Pull requestEnables running npm build using
npm ci
instead ofnpm install
, and pnpm build with--frozen-lockfile
parameter. This will make the build install the exact package versions defined in the package lock file. To enable this build mode, set the system propertyci.build
totrue
.