feat: add archive plug-in to output dist.zip after build (#4272)
* feat: add the archiver plug-in to output dist.zip after build * chore: update env
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
"tasks": {
|
||||
"build": {
|
||||
"dependsOn": ["^build"],
|
||||
"outputs": ["dist/**"]
|
||||
"outputs": ["dist/**", "dist.zip"]
|
||||
},
|
||||
"preview": {
|
||||
"dependsOn": ["^build"],
|
||||
|
Reference in New Issue
Block a user