Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
vuonghuuhung committed Sep 18, 2024
1 parent b7e26be commit cf19d58
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17,502 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/publish_oraiswap_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,8 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v4
id: yarn-cache
with:
path: |
${{ steps.yarn-cache-dir-path.outputs.dir }}
./node_modules/
key: ${{ runner.os }}-yarn-${{ hashFiles('./yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: Install Dependencies
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn --frozen-lockfile
run: yarn
- name: Build
run: yarn build
- name: Authenticate with private NPM package
Expand Down
Loading

0 comments on commit cf19d58

Please sign in to comment.