Skip to content

Commit b137f9f

Browse files
committed
chore: add API extractor
1 parent ebac0ed commit b137f9f

File tree

14 files changed

+443
-121
lines changed

14 files changed

+443
-121
lines changed

.circleci/config.base.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,15 @@ jobs:
306306
path: ~/repo/packages/amplify-e2e-tests/amplify-e2e-reports
307307
working_directory: ~/repo
308308

309+
verify-api-extract:
310+
<<: *linux-e2e-executor
311+
steps:
312+
- attach_workspace:
313+
at: ./
314+
- restore_cache:
315+
key: amplify-codegen-yarn-deps-{{ .Branch }}-{{ checksum "yarn.lock" }}
316+
- run: yarn verify-api-extract
317+
309318
workflows:
310319
version: 2
311320
e2e_resource_cleanup:
@@ -339,6 +348,9 @@ workflows:
339348
os: [l, w]
340349
requires:
341350
- build
351+
- verify-api-extract:
352+
requires:
353+
- build
342354
- publish_to_local_registry:
343355
os: l
344356
requires:

0 commit comments

Comments
 (0)