Skip to content

Commit

Permalink
ci: move install step before build step
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Dec 9, 2023
1 parent beb177e commit ad3852b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
with:
node-version-file: .nvmrc

- name: Build
run: yarn build

- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Build
run: yarn build

- name: Lint
run: yarn lint

Expand Down

0 comments on commit ad3852b

Please sign in to comment.