Skip to content

Commit

Permalink
feat(yarn): update package manager to yarn (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorfrye authored Feb 20, 2024
1 parent 4bce444 commit 39bc95d
Show file tree
Hide file tree
Showing 7 changed files with 5,142 additions and 12,399 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/azure-swa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm ci
run: yarn install --immutable --immutable-cache --check-cache
- name: Verify formatting
run: npm run lint
run: yarn lint
- name: Build sources
run: npm run build
run: yarn build
- name: Deploy static web app
id: deploy
uses: Azure/static-web-apps-deploy@v1
Expand Down
Loading

0 comments on commit 39bc95d

Please sign in to comment.