Skip to content

Commit

Permalink
Fix npm for update-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jan 21, 2025
1 parent e4f3569 commit 74628b9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci-update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,20 @@ jobs:
cache: npm
cache-dependency-path: sources/package-lock.json

- name: Build distribution
- name: Install npm dependencies
run: |
npm clean-install
working-directory: sources

- name: Build distribution
run: |
npm run check
npm run compile
working-directory: sources
env:
NODE_OPTIONS: '-r @gradle/develocity-agent/preload'
DEVELOCITY_URL: https://ge.solutions-team.gradle.com
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
DEVELOCITY_URL: 'https://ge.solutions-team.gradle.com'
DEVELOCITY_ACCESS_KEY: '${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}'

- name: Copy the generated sources/dist directory to the top-level dist
run: |
Expand Down

0 comments on commit 74628b9

Please sign in to comment.