Skip to content

Commit eeffc5f

Browse files
authored
fix server deploy by including the entire packages after typesync introduction (#483)
1 parent e45cc0f commit eeffc5f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.dockerignore

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@
2929
!apps/server/prisma
3030

3131
# Workspace package dependencies.
32-
!packages/hypergraph/package.json
33-
!packages/hypergraph/src
34-
!packages/hypergraph/tsconfig.json
35-
!packages/hypergraph/tsconfig.src.json
36-
!packages/hypergraph/tsconfig.build.json
32+
!packages/hypergraph
3733

38-
!packages/hypergraph-react/package.json
39-
!packages/hypergraph-react/src
40-
!packages/hypergraph-react/tsconfig.json
41-
!packages/hypergraph-react/tsconfig.src.json
42-
!packages/hypergraph-react/tsconfig.build.json
34+
!packages/hypergraph-react

0 commit comments

Comments
 (0)