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 7d4f910 commit 8111fbe
Show file tree
Hide file tree
Showing 6 changed files with 23,917 additions and 7,718 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ 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 test --code-coverage
npm i
npm run lint
npm run audit:prod
npm run build
npm test --code-coverage
- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
"cli": {
"schematicCollections": [
"@angular-eslint/schematics"
],
"packageManager": "yarn"
]
}
}

0 comments on commit 8111fbe

Please sign in to comment.