mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
ci: remove "build:lib" script from workflow
This commit is contained in:
parent
8f499c80ea
commit
5433923733
1 changed files with 3 additions and 5 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -6,19 +6,17 @@ on:
|
|||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- uses: actions/cache@v2
|
||||
id: yarn-cache
|
||||
with:
|
||||
path: "**/node_modules"
|
||||
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
|
||||
|
||||
- name: Install dependencies and build the library
|
||||
|
||||
- name: Test TypeScript definitions
|
||||
run: |
|
||||
yarn
|
||||
yarn build:lib
|
||||
yarn test:types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue