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 3b159f3 commit ef5d501Copy full SHA for ef5d501
.github/workflows/ci_cli.yml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v4
28
- run: npm i
29
- run: npm run build
30
- working-directory: ./packages/components
+ working-directory: ../../packages/components
31
- run: tsc
32
working-directory: ./apps/cli
33
0 commit comments