Skip to content

Commit

Permalink
Fix generate-package-lock and update package-lock.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasberger committed Jul 18, 2019
1 parent d87f4c5 commit 116314a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion converter/generate-package-lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ set -e

for dir in without-package with-package-without-framework with-package-with-framework; do
rm ${dir}/package-lock.json
npm --prefix ${dir} --package-lock-only install
npm --prefix ${dir} --package-lock-only --ignore-scripts install
rm -rf ${dir}/functions
done
6 changes: 3 additions & 3 deletions converter/with-package-without-framework/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions converter/without-package/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 116314a

Please sign in to comment.