Skip to content

Commit affbfc7

Browse files
committed
remove package-lock.json
1 parent d8c90c5 commit affbfc7

File tree

2 files changed

+1
-116
lines changed

2 files changed

+1
-116
lines changed

examples/build-package/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ module "npm_package_with_commands_and_patterns" {
258258
path = "${path.module}/../fixtures/node-app"
259259
commands = [
260260
"[ ! -d node_modules ] || mv node_modules node_modules_temp",
261-
"npm ci --production",
261+
"npm install --production",
262262
":zip",
263263
"rm -rf node_modules",
264264
"[ ! -d node_modules_temp ] || mv node_modules_temp node_modules",

tests/fixtures/node-app/package-lock.json

Lines changed: 0 additions & 115 deletions
This file was deleted.

0 commit comments

Comments
 (0)