Skip to content

Commit

Permalink
update minor configs
Browse files Browse the repository at this point in the history
  • Loading branch information
yashovardhan committed Jan 9, 2024
1 parent e331244 commit 9f62b84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"eslint.workingDirectories": [
{
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'"
},
Expand Down

0 comments on commit 9f62b84

Please sign in to comment.