Skip to content

Commit 565a142

Browse files
RubenHalmanRubenHalman
authored andcommitted
fix(ci): build regex-scanner before core in publish workflow
1 parent 7b43957 commit 565a142

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/publish-core.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,12 @@ jobs:
2626
- name: Install dependencies
2727
run: pnpm install --frozen-lockfile
2828

29+
- name: Build regex-scanner (core dependency)
30+
run: pnpm --filter=@flow-scanner/regex-scanner run build
31+
2932
- name: Build core package
3033
run: pnpm --filter=@flow-scanner/lightning-flow-scanner-core run build
31-
34+
3235
- name: Publish
3336
working-directory: packages/core
3437
run: npm publish --provenance --access public

0 commit comments

Comments
 (0)