Skip to content

Commit bbee275

Browse files
committed
Update package.json
1 parent 71b54ee commit bbee275

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
@@ -2,7 +2,7 @@
22
"name": "root",
33
"private": true,
44
"scripts": {
5-
"update-web3auth": "lerna exec --concurrency 1 -- 'ncu -u @web3auth/*'",
5+
"update-web3auth": "lerna exec --concurrency 1 -- 'ncu -u @web3auth/* && npm install'",
66
"update-tkey": "lerna exec --concurrency 1 -- 'ncu -i @tkey/*'",
77
"install-all": "lerna exec --concurrency 1 -- 'npm install'",
88
"lint-all": "lerna exec --concurrency 1 -- 'npm run lint'"

0 commit comments

Comments
 (0)