Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
@@ -18,17 +18,8 @@ jobs:
run: |
git submodule init
git submodule update
- name: Clean Yarn Cache and Node Modules
run: |
yarn cache clean
rm -rf node_modules
rm -rf **/node_modules
- name: Install Dependencies
run: yarn install --verbose
- name: Verify Workspaces
run: yarn workspaces info
- name: Log Dependency Tree
run: yarn list --pattern @45drives
run: yarn install
- name: Package Binaries
run: build-packages ${{github.repository}} ${{github.workspace}} --env NPM_AUTH_TOKEN ${{secrets.NPM_AUTH_PAT}}
- name: Set Variables
@@ -55,4 +46,4 @@ jobs:
run: update-repositories ${{github.workspace}}
- name: Publish Repository
if: startsWith(github.ref, 'refs/tags/')
run: publish-repo
run: publish-repo

0 comments on commit 1a8e968

Please sign in to comment.