更新license、补充compile任务脚本
This commit is contained in:
parent
c5a4279e04
commit
babe8c0d94
|
@ -25,10 +25,20 @@
|
||||||
"presentation": {
|
"presentation": {
|
||||||
"reveal": "never"
|
"reveal": "never"
|
||||||
},
|
},
|
||||||
|
"group": "build",
|
||||||
|
"label": "npm: watch",
|
||||||
|
"detail": "tsc -watch -p ./"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "npm",
|
||||||
|
"script": "compile",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
},
|
||||||
|
"problemMatcher": [],
|
||||||
|
"label": "npm: compile",
|
||||||
|
"detail": "yarn run compile-web && yarn run compile-main"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
kylinIDE extension Kylin Project Manager
|
Copyright (c) KylinSoft Co., Ltd. 2021-2022.All rights reserved.
|
||||||
Copyright (c) 2022 KylinSoft www.kylinos.cn
|
Kylin Project Manager is licensed under MIT LICENSE.
|
||||||
All rights reserved.
|
See LICENSE file for more details.
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue