mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-17 05:38:04 +00:00
feat: updates
This commit is contained in:
parent
884f3df41a
commit
c6c59b2cd9
84 changed files with 3531 additions and 2616 deletions
23
turbo.json
23
turbo.json
|
|
@ -8,23 +8,30 @@
|
|||
"cache": false
|
||||
},
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**"],
|
||||
"dependsOn": [
|
||||
"^build"
|
||||
],
|
||||
"outputs": [
|
||||
"dist/**"
|
||||
],
|
||||
"cache": false
|
||||
},
|
||||
"pack": {
|
||||
"outputs": ["release/**"],
|
||||
"outputs": [
|
||||
"release/**"
|
||||
],
|
||||
"cache": false
|
||||
},
|
||||
"pack:test": {
|
||||
"outputs": ["release/**"],
|
||||
"outputs": [
|
||||
"release/**"
|
||||
],
|
||||
"cache": false
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": ["build"],
|
||||
"outputs": []
|
||||
},
|
||||
"lint": {
|
||||
"dependsOn": [
|
||||
"build"
|
||||
],
|
||||
"outputs": []
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue