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 d779a27 commit e762b59Copy full SHA for e762b59
.github/workflows/build.yml
@@ -17,13 +17,9 @@ jobs:
17
cache: "npm"
18
cache-dependency-path: "package-lock.json"
19
- run: npm ci
20
- working-directory: client
21
- run: npm run lint:eslint
22
23
- run: npm run lint:prettier
24
25
- run: npm run lint:types
26
27
test:
28
runs-on: ubuntu-latest
29
steps:
@@ -34,8 +30,5 @@ jobs:
34
30
35
31
36
32
37
38
- - run: npm run build
39
33
+ - run: npm run build:no-check
40
- run: npm run test
41
0 commit comments