Skip to content

Commit ef5d501

Browse files
committed
move the app to apps/cli/
1 parent 3b159f3 commit ef5d501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828
- run: npm i
2929
- run: npm run build
30-
working-directory: ./packages/components
30+
working-directory: ../../packages/components
3131
- run: tsc
3232
working-directory: ./apps/cli
3333

0 commit comments

Comments
 (0)