Skip to content

Commit 357cedf

Browse files
committed
streamline the ts update script
1 parent 4cb146a commit 357cedf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

update-typescript.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ do
55
cd $i/typescript;
66
rm -rf node_modules
77
npx npm-check-updates -u
8-
npm i
9-
rm -rf node_modules
8+
npm i --package-lock-only
109
echo "$i updated"
1110
cd ../../;
1211
done

0 commit comments

Comments
 (0)