chore: remove build:css from prepack command

This commit is contained in:
Eric Liu 2022-04-02 16:51:01 -07:00
commit de13557477
2 changed files with 3 additions and 7 deletions

View file

@ -3,8 +3,7 @@ name: CI
on:
pull_request:
push:
branches:
- master
branches: [master]
jobs:
build:
@ -22,6 +21,4 @@ jobs:
run: |
yarn
yarn build:lib
- name: Run unit tests and validate TypeScript definitions
run: yarn test
yarn test:types