mirror of
https://github.com/chenasraf/fp-max-extension.git
synced 2026-05-17 17:48:07 +00:00
chore: add tasks.json
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -13,9 +13,6 @@ dist-ssr
|
||||
*.local
|
||||
|
||||
# Editor directories and files
|
||||
.vscode/*
|
||||
!.vscode/extensions.json
|
||||
.idea
|
||||
.DS_Store
|
||||
*.suo
|
||||
*.ntvs*
|
||||
|
||||
20
.vscode/tasks.json
vendored
Normal file
20
.vscode/tasks.json
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "dev",
|
||||
"problemMatcher": [],
|
||||
"label": "npm: dev",
|
||||
"detail": "tsc && vite build --mode development"
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "build:zip",
|
||||
"group": "build",
|
||||
"problemMatcher": [],
|
||||
"label": "npm: build:zip",
|
||||
"detail": "yarn build && yarn zip"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user