Skip to content

Commit

Permalink
move docs to packages (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
gladwindos committed Mar 29, 2024
1 parent 038d3ba commit c5aacdf
Show file tree
Hide file tree
Showing 31 changed files with 10,079 additions and 12,378 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"access": "public",
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": []
"ignore": ["docs"]
}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM base AS build
COPY . /usr/src/app
WORKDIR /usr/src/app
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN pnpm run -r build
RUN pnpm --filter=@gateweaver/server... run -r build
RUN pnpm deploy --filter=@gateweaver/server --prod /prod/server

FROM base
Expand Down
Loading

0 comments on commit c5aacdf

Please sign in to comment.