We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbee275 commit 896a5edCopy full SHA for 896a5ed
package.json
@@ -3,7 +3,7 @@
3
"private": true,
4
"scripts": {
5
"update-web3auth": "lerna exec --concurrency 1 -- 'ncu -u @web3auth/* && npm install'",
6
- "update-tkey": "lerna exec --concurrency 1 -- 'ncu -i @tkey/*'",
+ "update-tkey": "lerna exec --concurrency 1 -- 'ncu -i @tkey/* && npm install'",
7
"install-all": "lerna exec --concurrency 1 -- 'npm install'",
8
"lint-all": "lerna exec --concurrency 1 -- 'npm run lint'"
9
},
0 commit comments