diff --git a/.github/actions/build-server/action.yml b/.github/actions/build-server/action.yml index 3728d9020..941fbfbf6 100644 --- a/.github/actions/build-server/action.yml +++ b/.github/actions/build-server/action.yml @@ -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: | diff --git a/package.json b/package.json index 8af31315f..71ec5a06e 100644 --- a/package.json +++ b/package.json @@ -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"