diff --git a/.github/workflows/build-packages.yml b/.github/workflows/build-packages.yml index f0322ba..a3d00e4 100644 --- a/.github/workflows/build-packages.yml +++ b/.github/workflows/build-packages.yml @@ -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 \ No newline at end of file