Skip to content

Commit 81d87ef

Browse files
authored
chore(nodejs): use npm workspaces root lockfile (#2204)
* chore(nodejs): remove separate lockfile for sample app workspace * chore(nodejs): add gitignores for workspace lockfiles
1 parent 3634b0e commit 81d87ef

4 files changed

Lines changed: 7 additions & 1834 deletions

File tree

nodejs/packages/layer/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Workspaces root package-lock.json should be used
2+
package-lock.json
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
cdk.out
2-
build
2+
build
3+
4+
# Workspaces root package-lock.json should be used
5+
package-lock.json

0 commit comments

Comments
 (0)