mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(monorepo/ci): not triggering the right package command
This commit is contained in:
parent
402da5df87
commit
a588003962
2
.github/actions/build-server/action.yml
vendored
2
.github/actions/build-server/action.yml
vendored
@ -22,7 +22,7 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
npm run chore:update-build-info
|
npm run chore:update-build-info
|
||||||
npm run package
|
npm run server:package
|
||||||
- name: Prepare artifacts
|
- name: Prepare artifacts
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
"server:test": "npm --workspace=apps/server run test",
|
"server:test": "npm --workspace=apps/server run test",
|
||||||
"server:coverage": "npm --workspace=apps/server run coverage",
|
"server:coverage": "npm --workspace=apps/server run coverage",
|
||||||
"server:build": "npm --workspace=apps/server run build:ts",
|
"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:ci-update-nightly-version": "tsx ./scripts/update-nightly-version.ts",
|
||||||
"chore:update-build-info": "tsx ./scripts/update-build-info.ts"
|
"chore:update-build-info": "tsx ./scripts/update-build-info.ts"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user