Skip to content

Commit 93a3938

Browse files
committed
So long and thanks for all the fish, yarn!
1 parent 7d4f910 commit 93a3938

File tree

6 files changed

+23917
-7718
lines changed

6 files changed

+23917
-7718
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ jobs:
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020

21-
- name: yarn, lint, audit, build, test
21+
- name: install, lint, audit, build, test
2222
run: |
23-
yarn
24-
yarn lint
25-
yarn audit:prod
26-
yarn build
27-
yarn test --code-coverage
23+
npm i
24+
npm run lint
25+
npm run audit:prod
26+
npm run build
27+
npm test -- --code-coverage
2828
2929
- name: Coveralls
3030
uses: coverallsapp/github-action@master

angular.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@
5454
"cli": {
5555
"schematicCollections": [
5656
"@angular-eslint/schematics"
57-
],
58-
"packageManager": "yarn"
57+
]
5958
}
6059
}

0 commit comments

Comments
 (0)