Skip to content

Commit 896a5ed

Browse files
committed
Update package.json
1 parent bbee275 commit 896a5ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"scripts": {
55
"update-web3auth": "lerna exec --concurrency 1 -- 'ncu -u @web3auth/* && npm install'",
6-
"update-tkey": "lerna exec --concurrency 1 -- 'ncu -i @tkey/*'",
6+
"update-tkey": "lerna exec --concurrency 1 -- 'ncu -i @tkey/* && npm install'",
77
"install-all": "lerna exec --concurrency 1 -- 'npm install'",
88
"lint-all": "lerna exec --concurrency 1 -- 'npm run lint'"
99
},

0 commit comments

Comments
 (0)