Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
loicknuchel committed Jun 20, 2024
1 parent 2939feb commit 7688ceb
Showing 1 changed file with 1 addition and 1 deletion.
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": "pnpm --filter=!\"./desktop\" -r run build",
"build": "cd libs/models && npm 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 7688ceb

Please sign in to comment.