(chore)更新star-icons和wireit output
This commit is contained in:
parent
9a5a8c3241
commit
a58f1de7bf
14
package.json
14
package.json
|
@ -39,20 +39,14 @@
|
|||
"src/components/**.ts",
|
||||
"src/lib/**.ts"
|
||||
],
|
||||
"output": [
|
||||
"src/js/components/**.js",
|
||||
"src/js/lib/**.js",
|
||||
"src/js/widgets/**.js"
|
||||
]
|
||||
"output": []
|
||||
},
|
||||
"build-ts-with-config": {
|
||||
"command": "yarn tsc --build tsconfig-all.json",
|
||||
"files": [
|
||||
"src/**/*.ts"
|
||||
],
|
||||
"output": [
|
||||
"src/**/*.js"
|
||||
]
|
||||
"output": []
|
||||
},
|
||||
"build-ts-widgets": {
|
||||
"command": "node ./tasks/build-widgets.js",
|
||||
|
@ -60,9 +54,7 @@
|
|||
"tasks/build-widgets.js",
|
||||
"src/widgets/**.ts"
|
||||
],
|
||||
"output": [
|
||||
"js/widgets/**.js"
|
||||
]
|
||||
"output": []
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Binary file not shown.
Loading…
Reference in New Issue