diff --git a/.vscode/settings.json b/.vscode/settings.json index f49fd94..465cd7f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.codeActionsOnSave": { - "source.fixAll": true + "source.fixAll": "explicit" }, "eslint.workingDirectories": [ { diff --git a/package.json b/package.json index a72aecd..614ce7e 100644 --- a/package.json +++ b/package.json @@ -2,8 +2,8 @@ "name": "root", "private": true, "scripts": { - "update-web3auth": "lerna exec --concurrency 1 -- 'ncu -u @web3auth/*'", - "update-tkey": "lerna exec --concurrency 1 -- 'ncu -i @tkey/*'", + "update-web3auth": "lerna exec --concurrency 1 -- 'ncu -u @web3auth/* && npm install'", + "update-tkey": "lerna exec --concurrency 1 -- 'ncu -i @tkey/* && npm install'", "install-all": "lerna exec --concurrency 1 -- 'npm install'", "lint-all": "lerna exec --concurrency 1 -- 'npm run lint'" },