Skip to content

Commit 1186b44

Browse files
authored
Update check.yml
1 parent 64776b0 commit 1186b44

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/check.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,12 @@ jobs:
1616
- name: Install Fern
1717
run: npm install -g fern-api
1818

19+
- name: Build custom-app
20+
run: |
21+
cd custom-app
22+
yarn
23+
yarn build
24+
cd ../
25+
1926
- name: Check API is valid
2027
run: fern check

0 commit comments

Comments
 (0)