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 812202d commit 8f7ed2fCopy full SHA for 8f7ed2f
.github/workflows/ci_apps_cli.yml
@@ -24,9 +24,6 @@ jobs:
24
25
typecheck:
26
runs-on: ubuntu-latest
27
- defaults:
28
- run:
29
- working-directory: ./
30
steps:
31
- uses: actions/checkout@v4
32
- run: npm i
@@ -35,7 +32,6 @@ jobs:
35
npm run build
36
33
working-directory: ./packages/components
37
34
- run: tsc
38
- working-directory: ./apps/cli
39
40
test:
41
@@ -50,9 +46,6 @@ jobs:
50
46
51
47
buildcheck:
52
48
53
54
55
56
49
57
58
@@ -61,4 +54,3 @@ jobs:
61
62
63
- run: npm run build
64
0 commit comments