Skip to content

Commit

Permalink
remove package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mleziva committed Aug 20, 2024
1 parent d8c90c5 commit affbfc7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 116 deletions.
2 changes: 1 addition & 1 deletion examples/build-package/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ module "npm_package_with_commands_and_patterns" {
path = "${path.module}/../fixtures/node-app"
commands = [
"[ ! -d node_modules ] || mv node_modules node_modules_temp",
"npm ci --production",
"npm install --production",
":zip",
"rm -rf node_modules",
"[ ! -d node_modules_temp ] || mv node_modules_temp node_modules",
Expand Down
115 changes: 0 additions & 115 deletions tests/fixtures/node-app/package-lock.json

This file was deleted.

0 comments on commit affbfc7

Please sign in to comment.