We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f66f7 commit 0333857Copy full SHA for 0333857
.init-template.sh
@@ -25,6 +25,7 @@ function update_package_json() {
25
done
26
eval "$SED_COMMAND 's/template-terraform-module/$package_name/g' package.json"
27
eval "$SED_COMMAND 's/{{module_description}}/$description/g' package.json"
28
+ rm package-lock.json
29
npm install
30
}
31
0 commit comments