Skip to content

Commit

Permalink
yarn instead of npm
Browse files Browse the repository at this point in the history
  • Loading branch information
1k3rnelpan1c committed May 20, 2023
1 parent 6ef97ce commit 081101b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@master

- name: Install dependencies
run: npm ci
run: yarn install --frozen-lockfile

- name: Build
run: yarn run build
Expand Down

0 comments on commit 081101b

Please sign in to comment.