added cascading install for nested package.json

merge-requests/149/merge^2
Christian Bayer 2022-08-08 22:20:47 +02:00
rodzic bf7ecfeb4f
commit de81e35754
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 090D0F8B431A7C88
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -18,6 +18,7 @@
"dist-win": "build --concurrent --tasks win-x86,win-x64 package.nw",
"distsome": "build --debug --tasks linux-x64,mac-x64 package.nw",
"start": "run package.nw",
"start-x64": "run --x64 package.nw"
"start-x64": "run --x64 package.nw",
"postinstall": "cd package.nw && npm install"
}
}