We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f904040 commit a791be0Copy full SHA for a791be0
1 file changed
.github/workflows/ci.common.yml
@@ -25,11 +25,9 @@ jobs:
25
26
- name: Install
27
run: npm install --ignore-scripts
28
- working-directory: ${{ inputs.working_directory }}
29
30
- name: Build TS
31
- run: npm run build
32
+ run: npm run build -- --filter=${{ inputs.package_name }}
33
34
- name: Docker start
35
run: npm run docker:start:dev
0 commit comments