Skip to content

Commit

Permalink
Chore: version control vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostflyby committed Mar 13, 2024
1 parent 83f3037 commit 0fe5ee6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,3 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

.vscode
16 changes: 16 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"label": "npm: build",
"detail": "esbuild package"
}
]
}

0 comments on commit 0fe5ee6

Please sign in to comment.