Restore BelleBuild target (for back-office assets) and use npm ci (#11364)

Co-authored-by: Ronald Barendse <ronald@barend.se>
This commit is contained in:
Paul Johnson
2021-10-19 08:28:39 +01:00
parent 37a429017e
commit 7020793235
14 changed files with 37535 additions and 4414 deletions

View File

@@ -159,7 +159,7 @@ There are two big areas that you should know about:
You may need to run the following commands to set up gulp properly:
```
npm cache clean --force
npm install
npm ci
npm run build
```
The caching for the back office has been described as 'aggressive' so we often find it's best when making back office changes to disable caching in the browser to help you to see the changes you're making.