Skip to content

Commit b117fc5

Browse files
Update 1st-gen/package.json
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cb49670 commit b117fc5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

1st-gen/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -215,16 +215,6 @@
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",
@@ -239,6 +229,16 @@
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

0 commit comments

Comments
 (0)