Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PleBea committed Feb 25, 2025
1 parent f274c50 commit 855d8f4
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 23 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ name: Docker
on:
schedule:
- cron: "0 15 * * *"
push:
branches: [master, release]
pull_request:
workflow_run:
workflows: [Test] # Reuse the name of your tests workflow
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:lts-alpine

WORKDIR /app

RUN corepack enable
RUN corepack enable pnpm

COPY . .
RUN corepack up
Expand Down
1 change: 0 additions & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.21",
"sqlite3": "^5.1.4",
"supertest": "^6.3.0",
"ts-jest": "^29.0.3",
"ts-loader": "^9.4.1",
Expand Down
71 changes: 50 additions & 21 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 855d8f4

Please sign in to comment.