Skip to content

Commit f088194

Browse files
committed
Build core in checks step
1 parent 3cfe9cd commit f088194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
node-version: '22.x'
3131
- name: "Run checks"
3232
run: |
33+
npm run build:core
3334
npm ci
3435
npm run lint
3536
npm run format:check
36-
npm run build:all
3737
npm run docs
3838
3939
tests-without-auth:

0 commit comments

Comments
 (0)