Skip to content

Commit 82a21d4

Browse files
committed
fix: update ci script
1 parent 9202a61 commit 82a21d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: pnpm install
3434

3535
- name: Core Build
36-
run: pnpm run core:build
36+
run: pnpm run build:core
3737

3838
- name: class-validator Build
3939
run: pnpm run build:class-validator

0 commit comments

Comments
 (0)