File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 215215 " build:types"
216216 ]
217217 },
218- "prebuild" : {
219- "command" : " yarn workspace @spectrum-web-components/core build" ,
220- "files" : [
221- " ../2nd-gen/packages/core/components/**/*" ,
222- " ../2nd-gen/packages/core/shared/**/*" ,
223- " ../2nd-gen/packages/core/package.json" ,
224- " ../2nd-gen/packages/core/vite.config.js" ,
225- " ../2nd-gen/packages/core/tsconfig.json"
226- ]
227- },
228218 "build:css" : {
229219 "clean" : " if-file-deleted" ,
230220 "command" : " node ./scripts/build-css.js" ,
239229 " tools/**/*.css.ts"
240230 ]
241231 },
232+ "prebuild" : {
233+ "command" : " yarn workspace @spectrum-web-components/core build" ,
234+ "files" : [
235+ " ../2nd-gen/packages/core/components/**/*" ,
236+ " ../2nd-gen/packages/core/shared/**/*" ,
237+ " ../2nd-gen/packages/core/package.json" ,
238+ " ../2nd-gen/packages/core/vite.config.js" ,
239+ " ../2nd-gen/packages/core/tsconfig.json"
240+ ]
241+ },
242242 "build:css:watch" : {
243243 "command" : " node ./scripts/watch-css.js" ,
244244 "service" : true
You can’t perform that action at this time.
0 commit comments