File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 210210 "wireit" : {
211211 "build" : {
212212 "dependencies" : [
213- " prebuild" ,
214213 " build:ts" ,
215214 " build:types"
216215 ]
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"
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"
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/" ,
You can’t perform that action at this time.
0 commit comments