mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
ci: install only server workspace deps to avoid private package auth
This commit is contained in:
8
.github/workflows/server-ci.yml
vendored
8
.github/workflows/server-ci.yml
vendored
@@ -27,13 +27,9 @@ jobs:
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
registry-url: 'https://npm.pkg.github.com'
|
||||
scope: '@boudra'
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
env:
|
||||
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Install server dependencies
|
||||
run: npm install --workspace=@paseo/server --include-workspace-root
|
||||
|
||||
- name: Typecheck
|
||||
run: npm run typecheck --workspace=@paseo/server
|
||||
|
||||
Reference in New Issue
Block a user