build: generate desktop application release artifacts and update project configuration
This commit is contained in:
+8
-1
@@ -13,7 +13,10 @@
|
||||
"outputs": [
|
||||
"dist/**",
|
||||
".next/**",
|
||||
"!.next/cache/**"
|
||||
"!.next/cache/**",
|
||||
"out/**",
|
||||
"release/**",
|
||||
"web-dist/**"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
@@ -30,6 +33,10 @@
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"dev:desktop": {
|
||||
"cache": false,
|
||||
"persistent": true
|
||||
},
|
||||
"test": {
|
||||
"dependsOn": [
|
||||
"^test"
|
||||
|
||||
Reference in New Issue
Block a user