Skip to content

Commit

Permalink
improve zip task
Browse files Browse the repository at this point in the history
  • Loading branch information
gcwill70 committed Sep 9, 2023
1 parent 9a14646 commit 0c1a926
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,20 @@
"version": "2.0.0",
"tasks": [
{
"label": "npm - build:dev",
"type": "npm",
"script": "build:dev"
},
{
"label": "npm - build:prod",
"type": "npm",
"script": "build:prod"
},
{
"type": "shell",
"label": "zip",
"command": "zip",
"dependsOn": "npm - build:prod",
"args": ["-r", "~/Downloads/FillHistory-${input:version}.zip", "dist/"],
"problemMatcher": []
}
Expand Down

0 comments on commit 0c1a926

Please sign in to comment.