breaking: remove legacy optimizeCarbonImports preprocessor

This commit is contained in:
Eric Liu 2022-03-27 09:23:54 -07:00
commit 01f9e7aea5
8 changed files with 1 additions and 910 deletions

View file

@ -21,7 +21,7 @@ jobs:
- name: Install dependencies and build the library
run: |
yarn
yarn build:api & yarn build:lib
yarn build:lib
- name: Run unit tests and validate TypeScript definitions
run: yarn test