breaking: remove legacy optimizeCarbonImports preprocessor (#1217)

This commit is contained in:
metonym 2022-03-27 09:30:15 -07:00 committed by GitHub
commit 6986aac1be
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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