Skip to content

Commit e1afdf6

Browse files
authored
Fix node_modules packaging path (#35)
* Fix node_modules packaging path * Try to fix package
1 parent e126ce9 commit e1afdf6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/cdk-construct/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
"README.md",
3030
"lib/*.js",
3131
"lib/*.d.ts",
32-
"lib/microapps-app-nextjs-demo/server/*",
33-
"lib/microapps-app-nextjs-demo/server/.next/*",
34-
"lib/microapps-app-nextjs-demo/server/.next/node_modules/*",
35-
"lib/microapps-app-nextjs-demo/static_files/*",
32+
"lib/microapps-app-nextjs-demo/server/**/*",
33+
"lib/microapps-app-nextjs-demo/server/.next/**/*",
34+
"lib/microapps-app-nextjs-demo/server/node_modules/**/*",
35+
"lib/microapps-app-nextjs-demo/static_files/**/*",
3636
"package.json"
3737
],
3838
"stability": "stable",

0 commit comments

Comments
 (0)