Skip to content

Commit

Permalink
run yarn install in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ryu-sato committed Jan 13, 2024
1 parent e8e363d commit 069c344
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
with:
node-version-file: 'package.json'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn run lint

build:
Expand All @@ -21,6 +22,7 @@ jobs:
with:
node-version-file: 'package.json'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn run build

# Check that the build artifacts match those present in the dist dir
Expand All @@ -34,4 +36,5 @@ jobs:
with:
node-version-file: 'package.json'
cache: 'yarn'
- run: yarn --frozen-lockfile
- run: yarn run build && git status

0 comments on commit 069c344

Please sign in to comment.