Skip to content

Commit

Permalink
fix(github) fix steps in GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorrPopov committed Dec 9, 2023
1 parent 33b7bf1 commit 0e0b6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
with:
node-version: 20.x
- run: npm install --frozen-lockfile
- run: npm run lint && pnpm run build
- run: npm run lint && npm run build

0 comments on commit 0e0b6de

Please sign in to comment.