Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
loicknuchel committed Jun 20, 2024
1 parent 7688ceb commit 864c4b4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
PHX_HOST: localhost
PORT: 4000
FILE_STORAGE_ADAPTER: local
run: pnpm run setup
run: npm run setup

- name: Build docker image
run: docker build -t azimutt .
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
PHX_HOST: localhost
PORT: 4000
FILE_STORAGE_ADAPTER: local
run: pnpm run setup
run: npm run setup

- name: Check build
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test": "pnpm -r run test",
"format": "pnpm -r run format",
"lint": "pnpm -r run lint",
"build": "cd libs/models && npm run build",
"build": "pnpm --filter=!\"./desktop\" -r run build",
"update": "pnpm -r update && pnpm install && pnpm -r --if-present run update",
"build:docker": "pnpm install && pnpm --filter \"azimutt-backend\" run setup && pnpm --filter \"@azimutt/*\" run build:docker && pnpm --filter \"azimutt-editor\" run build:docker"
},
Expand Down

0 comments on commit 864c4b4

Please sign in to comment.