Skip to content

Commit a791be0

Browse files
authored
Fixing build on common CI action (#266)
1 parent f904040 commit a791be0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.common.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ jobs:
2525

2626
- name: Install
2727
run: npm install --ignore-scripts
28-
working-directory: ${{ inputs.working_directory }}
2928

3029
- name: Build TS
31-
run: npm run build
32-
working-directory: ${{ inputs.working_directory }}
30+
run: npm run build -- --filter=${{ inputs.package_name }}
3331

3432
- name: Docker start
3533
run: npm run docker:start:dev

0 commit comments

Comments
 (0)