mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACA-1266] use 'npm ci' for faster installs (#274)
* use 'npm ci' for faster installs * update readme
This commit is contained in:
committed by
Cilibiu Bogdan
parent
d21d7c5fab
commit
9840e29531
+2
-1
@@ -13,7 +13,8 @@ services:
|
||||
- docker
|
||||
|
||||
install:
|
||||
- npm install
|
||||
- npm install -g npm@latest
|
||||
- npm ci
|
||||
|
||||
script:
|
||||
- npm run build
|
||||
|
||||
Reference in New Issue
Block a user