ci: fix automated app CI workflow (#10218)

This commit is contained in:
Igor Randjelovic
2023-02-18 21:47:54 +01:00
committed by GitHub
parent a26a03eeb8
commit df7ecb95db
3 changed files with 8 additions and 2 deletions

View File

@@ -1 +1,6 @@
legacy-peer-deps=true
# npm 9+ this defaults to `true` meaning `file:` dependencies are packed and then installed
# but since we want to link the source files in this case, we disable this behavior and
# opt to link the dependency as-is instead. (eg. @nativescript/core)
install-links=false