Skip to content

Commit f87b27c

Browse files
committed
Update lock.json to 1.0.13
1 parent 694054a commit f87b27c

File tree

11 files changed

+696
-687
lines changed

11 files changed

+696
-687
lines changed

.github/scripts/updatenode.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
set -e
3+
4+
for dir in samples/nodejs/*/; do
5+
if [ -d "$dir" ]; then
6+
echo "Running npm install in $dir"
7+
(cd "$dir" && rm -rf node_modules/ package-lock.json && npm install)
8+
fi
9+
done

samples/nodejs/auto-signin/package-lock.json

Lines changed: 40 additions & 40 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/nodejs/azure-ai-streaming/package-lock.json

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)