changeset cef093a9b9ff in sao:5.0
details: https://hg.tryton.org/sao?cmd=changeset;node=cef093a9b9ff
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 c77c1dcc4ab0 -r cef093a9b9ff .drone.yml
--- a/.drone.yml Sat Oct 31 19:05:24 2020 +0100
+++ b/.drone.yml Mon Nov 02 12:43:18 2020 +0100
@@ -7,7 +7,7 @@
image: node
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