chore(developer): attempt to get lerna going again

This commit is contained in:
Marc Durdin 2022-01-21 13:06:45 +11:00
parent 6228c87d60
commit 490bc97c01
3 changed files with 203 additions and 199 deletions

View file

@ -185,7 +185,7 @@ if (( production )) ; then
mkdir build/
cp -R dist/ package.json package-lock.json build/
cd build/
npm install --production
npm install --omit=dev --omit=optional
# See https://github.com/bubenshchykov/ngrok/issues/254, https://github.com/bubenshchykov/ngrok/pull/255
rm -f node_modules/ngrok/bin/ngrok.exe
cd ..

File diff suppressed because it is too large Load diff

View file

@ -21,6 +21,10 @@
"open": "^8.4.0",
"ws": "^8.3.0"
},
"optionalDependencies": {
"hetrodo-node-hide-console-window-napi": "keymanapp/hetrodo-node-hide-console-window-napi#keyman-15.0",
"node-windows-trayicon": "keymanapp/node-windows-trayicon#keyman-15.0"
},
"devDependencies": {
"@keymanapp/resources-gosh": "file:../../resources/gosh",
"@types/chai": "^4.3.0",
@ -31,9 +35,7 @@
"@types/ws": "^8.2.2",
"chai": "^4.3.4",
"copyfiles": "^2.4.1",
"hetrodo-node-hide-console-window-napi": "keymanapp/hetrodo-node-hide-console-window-napi#keyman-15.0",
"mocha": "^9.1.4",
"node-windows-trayicon": "keymanapp/node-windows-trayicon#keyman-15.0",
"ts-node": "^10.4.0",
"tsc-watch": "^4.5.0",
"typescript": "^4.5.4"