Skip to content

Commit 0333857

Browse files
committed
Add interim package-lock to support CI checks (fix)
1 parent 51f66f7 commit 0333857

File tree

2 files changed

+7810
-0
lines changed

2 files changed

+7810
-0
lines changed

.init-template.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ function update_package_json() {
2525
done
2626
eval "$SED_COMMAND 's/template-terraform-module/$package_name/g' package.json"
2727
eval "$SED_COMMAND 's/{{module_description}}/$description/g' package.json"
28+
rm package-lock.json
2829
npm install
2930
}
3031

0 commit comments

Comments
 (0)