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
|
||||
|
|
|
@ -11,12 +11,11 @@
|
|||
"css/*.css"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "run-p test:*",
|
||||
"test:types": "svelte-check --workspace tests",
|
||||
"build:css": "node scripts/build-css",
|
||||
"build:docs": "node scripts/build-docs",
|
||||
"build:lib": "rollup -c",
|
||||
"prepack": "run-p build:*",
|
||||
"prepack": "yarn build:docs & yarn build:lib",
|
||||
"format": "prettier --write \"./**/*.{svelte,js,md}\""
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue