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 5adf02b commit 155bddfCopy full SHA for 155bddf
2 files changed
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
run: |
28
Xvfb -ac :99 -screen 0 1280x1024x16 &
29
export DISPLAY=:99
30
- npm run test:ci
+ npm run testci:mobxangular
31
32
- name: "Compare bundle sizes"
33
uses: preactjs/compressed-size-action@2.5.0
package.json
@@ -7,7 +7,7 @@
7
"build": "ng build",
8
"build:mobx-angular": "ng build mobx-angular",
9
"test": "ng test --code-coverage",
10
- "test:ci": "ng test --watch=false --code-coverage",
+ "testci:mobxangular": "ng test mobx-angular --watch=false --code-coverage",
11
"lint": "ng lint",
12
"e2e": "ng e2e",
13
"prepare": "husky install"
0 commit comments