We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c5e06 commit f3391e8Copy full SHA for f3391e8
.github/workflows/main.yml
@@ -22,8 +22,8 @@ jobs:
22
run: |
23
yarn
24
yarn lint
25
- yarn audit
26
- yarn build --prod
+ yarn audit:prod
+ yarn build
27
yarn test --code-coverage
28
29
- name: Coveralls
package.json
@@ -6,6 +6,7 @@
6
"build": "ng build",
7
"test": "ng test",
8
"lint": "ng lint",
9
+ "audit:prod": "yarn audit --groups dependencies",
10
"preversion": "yarn lint && yarn test",
11
"version": "yarn build",
12
"postversion": "git push && git push --tags"
0 commit comments