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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches: [master]
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -22,6 +21,4 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
yarn
|
yarn
|
||||||
yarn build:lib
|
yarn build:lib
|
||||||
|
yarn test:types
|
||||||
- name: Run unit tests and validate TypeScript definitions
|
|
||||||
run: yarn test
|
|
||||||
|
|
|
@ -11,12 +11,11 @@
|
||||||
"css/*.css"
|
"css/*.css"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "run-p test:*",
|
|
||||||
"test:types": "svelte-check --workspace tests",
|
"test:types": "svelte-check --workspace tests",
|
||||||
"build:css": "node scripts/build-css",
|
"build:css": "node scripts/build-css",
|
||||||
"build:docs": "node scripts/build-docs",
|
"build:docs": "node scripts/build-docs",
|
||||||
"build:lib": "rollup -c",
|
"build:lib": "rollup -c",
|
||||||
"prepack": "run-p build:*",
|
"prepack": "yarn build:docs & yarn build:lib",
|
||||||
"format": "prettier --write \"./**/*.{svelte,js,md}\""
|
"format": "prettier --write \"./**/*.{svelte,js,md}\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue