changeset 4f68be851f72 in sao:5.6
details: https://hg.tryton.org/sao?cmd=changeset;node=4f68be851f72
description:
Activate legacy-peer-deps to install sao
(grafted from f338a2374d515faa1e29eb8367f22582c13d8c39)
diffstat:
.drone.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 9de88a53369e -r 4f68be851f72 .drone.yml
--- a/.drone.yml Sat Oct 31 19:05:24 2020 +0100
+++ b/.drone.yml Mon Nov 02 12:43:18 2020 +0100
@@ -11,7 +11,7 @@
image: tryton/sao-test
commands:
- sh .bower_allow_root.sh
- - npm -s install --unsafe-perm
+ - npm -s install --unsafe-perm --legacy-peer-deps
- npm test
volumes:
- cache-npm:/root/.npm