mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
chore: remove build:css from prepack command
This commit is contained in:
parent
61cf82e2b5
commit
de13557477
2 changed files with 3 additions and 7 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue