Skip to content

Commit

Permalink
chore(vscode): add "prepare" to npm script explorer exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
Badisi committed Feb 16, 2024
1 parent ca06549 commit 4103126
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"npm.exclude": "**/{dist,tmp}{,/**}",
"npm.scriptExplorerExclude": [
"install"
"install",
"prepare"
]
}

0 comments on commit 4103126

Please sign in to comment.