We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c929872 commit 64ec7d1Copy full SHA for 64ec7d1
1 file changed
.github/workflows/pr.yml
@@ -47,6 +47,8 @@ jobs:
47
key: ${{ needs.generate_cache_key.outputs.cache_key }}
48
- run: npm ci
49
if: steps.node_deps_restore_cache.outputs.cache-hit != 'true' || contains(github.event.pull_request.labels.*.name, 'build:clean')
50
+ - run: npm run build
51
+ if: steps.node_deps_restore_cache.outputs.cache-hit != 'true' || contains(github.event.pull_request.labels.*.name, 'build:clean')
52
- name: Remove build:clean label (if present)
53
if: contains(github.event.pull_request.labels.*.name, 'build:clean')
54
uses: actions/github-script@v6
0 commit comments