Skip to content

Commit ea5dbe4

Browse files
committed
Fix workflow
1 parent 7c91d63 commit ea5dbe4

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/react-components.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,28 +21,24 @@ jobs:
2121
runs-on: ubuntu-24.04
2222
steps:
2323
- name: Lint
24-
working-directory: ./packages/react-components
2524
run: pnpm --filter @health-samurai/react-components run check
2625
typecheck:
2726
needs: prepare
2827
runs-on: ubuntu-24.04
2928
steps:
3029
- name: Type check
31-
working-directory: ./packages/react-components
3230
run: pnpm --filter @health-samurai/react-components run tsc:check
3331
build:
3432
needs: prepare
3533
runs-on: ubuntu-24.04
3634
steps:
3735
- name: Build
38-
working-directory: ./packages/react-components
3936
run: pnpm --filter @health-samurai/react-components run build
4037
build-storybook:
4138
needs: prepare
4239
runs-on: ubuntu-24.04
4340
steps:
4441
- name: Build storybook
45-
working-directory: ./packages/react-components
4642
run: pnpm --filter @health-samurai/react-components run build-storybook
4743
publish-storybook-gate:
4844
needs:

0 commit comments

Comments
 (0)