Skip to content

Commit 6e6e258

Browse files
authored
chore: update circleci workflow (#5886)
1 parent 25c18a1 commit 6e6e258

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ commands:
6565
- run:
6666
name: Build the project
6767
command: |
68-
yarn workspace @spectrum-web-components/core build
69-
yarn workspace @spectrum-web-components/1st-gen build
68+
yarn build
7069
7170
- save_cache:
7271
paths:

1st-gen/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@
210210
"wireit": {
211211
"build": {
212212
"dependencies": [
213-
"prebuild",
214213
"build:ts",
215214
"build:types"
216215
]
@@ -237,6 +236,7 @@
237236
"clean": "if-file-deleted",
238237
"command": "node ./scripts/build-ts.js",
239238
"dependencies": [
239+
"prebuild",
240240
"process-icons",
241241
"test:create",
242242
"build:css"
@@ -292,6 +292,7 @@
292292
"clean": "if-file-deleted",
293293
"command": "tsc --build tsconfig-all.json --pretty",
294294
"dependencies": [
295+
"prebuild",
295296
"process-icons",
296297
"test:create",
297298
"build:css"
@@ -374,7 +375,8 @@
374375
"../2nd-gen/packages/core/package.json",
375376
"../2nd-gen/packages/core/vite.config.js",
376377
"../2nd-gen/packages/core/tsconfig.json"
377-
]
378+
],
379+
"output": []
378380
},
379381
"prestorybook": {
380382
"command": "cem analyze --outdir storybook/",

0 commit comments

Comments
 (0)