fix(monorepo/ci): not triggering the right package command

This commit is contained in:
Elian Doran 2025-04-18 23:10:47 +03:00
parent 402da5df87
commit a588003962
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,7 @@ runs:
shell: bash
run: |
npm run chore:update-build-info
npm run package
npm run server:package
- name: Prepare artifacts
shell: bash
run: |

View File

@ -22,6 +22,7 @@
"server:test": "npm --workspace=apps/server run test",
"server:coverage": "npm --workspace=apps/server run coverage",
"server:build": "npm --workspace=apps/server run build:ts",
"server:package": "npm --workspace=apps/server run package",
"chore:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
"chore:update-build-info": "tsx ./scripts/update-build-info.ts"