Skip to content

Commit

Permalink
chore: remove build step
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagomini authored Dec 2, 2023
1 parent f97450a commit ae40dab
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/node-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
- name: Install Yarn
run: npm install -g yarn
- run: yarn install --immutable # Replace npm ci with yarn install
- run: yarn build --if-present # Replace npm run build with yarn build
- run: yarn test # Replace npm test with yarn test
- run: yarn lint # Add this line to run linter
- run: yarn test
- run: yarn lint

0 comments on commit ae40dab

Please sign in to comment.