File tree Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Expand file tree Collapse file tree 2 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 3434 uses : ./.github/actions/install
3535
3636 - name : Compile
37- run : pnpm compile
37+ run : pnpm exec turbo compile '--filter=@fern-api/seed-cli'
3838
3939 - name : Seed Build
4040 run : pnpm seed:build
Original file line number Diff line number Diff line change 77
88# Run all validations in parallel and collect errors
99generators=(
10- fastapi
10+ ruby-model
11+ ruby-sdk
12+ ruby-sdk-v2
1113 pydantic
1214 python-sdk
13- go-sdk
14- ruby-sdk
15- postman
15+ fastapi
1616 openapi
17+ postman
1718 java-sdk
1819 java-model
1920 java-spring
21+ ts-sdk
2022 ts-express
21- csharp-sdk
23+ go-fiber
24+ go-model
25+ go-sdk
2226 csharp-model
23- php -sdk
27+ csharp -sdk
2428 php-model
25- rust-sdk
26- rust-model
29+ php-sdk
2730 swift-sdk
31+ rust-model
32+ rust-sdk
2833)
2934
3035# Create temporary files for each generator's output
You can’t perform that action at this time.
0 commit comments