Skip to content

Commit

Permalink
ci(sdk): tweak release, caching
Browse files Browse the repository at this point in the history
  • Loading branch information
sammccord committed Sep 16, 2024
1 parent 458d8a3 commit fab1a93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 2
fetch-depth: 0
- name: Install dependencies
uses: ./.github/actions/install-dependencies
env:
Expand All @@ -102,7 +102,7 @@ jobs:
VITE_ERC20_VARIABLE_INCENTIVE_BASE: ${{ vars.VITE_ERC20_VARIABLE_INCENTIVE_BASE}}
VITE_POINTS_INCENTIVE_BASE: ${{ vars.VITE_POINTS_INCENTIVE_BASE}}
VITE_SIGNER_VALIDATOR_BASE: ${{ vars.VITE_SIGNER_VALIDATOR_BASE}}
run: npx turbo build --cache-dir=".cache"
run: npx turbo build --cache-dir=".cache" --filter="@boostxyz/sdk"

- name: Create .npmrc
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
Expand Down
1 change: 1 addition & 0 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"repository": "https://github.com/rabbitholegg/boost-protocol",
"author": "Boost Team<boost-team@boost.xyz>",
"access": "public",
"private": false,
"browserslist": [
"node >=14",
"edge >=88",
Expand Down

0 comments on commit fab1a93

Please sign in to comment.