Skip to content

Commit 116314a

Browse files
committed
Fix generate-package-lock and update package-lock.json files
1 parent d87f4c5 commit 116314a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

converter/generate-package-lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ set -e
88

99
for dir in without-package with-package-without-framework with-package-with-framework; do
1010
rm ${dir}/package-lock.json
11-
npm --prefix ${dir} --package-lock-only install
11+
npm --prefix ${dir} --package-lock-only --ignore-scripts install
1212
rm -rf ${dir}/functions
1313
done

converter/with-package-without-framework/package-lock.json

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

converter/without-package/package-lock.json

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

0 commit comments

Comments
 (0)