Skip to content

Commit

Permalink
So long and thanks for all the fish, yarn!
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed Sep 24, 2022
1 parent ba67e39 commit ea123fd
Show file tree
Hide file tree
Showing 5 changed files with 25,205 additions and 8,124 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: yarn, lint, audit, build, test
- name: install, lint, audit, build, test
run: |
yarn
yarn lint
yarn audit:prod
yarn build
yarn e2e
yarn test --code-coverage
npm i
npm run lint
npm run audit:prod
npm run build
npm run e2e
npm test -- --code-coverage
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit ea123fd

Please sign in to comment.