Skip to content

Commit

Permalink
chore(#9383): streamline scripts dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
garethbowen authored Aug 29, 2024
1 parent d66140c commit 8af3ec0
Show file tree
Hide file tree
Showing 12 changed files with 354 additions and 21,321 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
- run: |
cd scripts
npm ci
cd ..
- run: npm ci
- run: npm run lint-translations

tests:
Expand Down Expand Up @@ -419,12 +416,11 @@ jobs:
- name: Publish
if: ${{ env.INTERNAL_CONTRIBUTOR }}
run: |
cd scripts/ci
npm ci
cd scripts/ci
node ./publish.js
node ./tag-docker-images.js
publish-generated-docs:
needs: [publish]
name: Publish generated docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- run: npm ci
- name: Cleanup
run: |
cd scripts/ci
npm ci
node ./cleanup.js
Loading

0 comments on commit 8af3ec0

Please sign in to comment.