Skip to content

Commit 3ba5e8a

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

1st-gen/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,10 @@
229229
"tools/**/*.css.ts"
230230
]
231231
},
232+
"build:css:watch": {
233+
"command": "node ./scripts/watch-css.js",
234+
"service": true
235+
},
232236
"prebuild": {
233237
"command": "yarn workspace @spectrum-web-components/core build",
234238
"files": [
@@ -239,10 +243,6 @@
239243
"../2nd-gen/packages/core/tsconfig.json"
240244
]
241245
},
242-
"build:css:watch": {
243-
"command": "node ./scripts/watch-css.js",
244-
"service": true
245-
},
246246
"build:ts": {
247247
"clean": "if-file-deleted",
248248
"command": "node ./scripts/build-ts.js",

0 commit comments

Comments
 (0)