Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
🔧 Configure for lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
SPGoding committed Nov 12, 2020
1 parent d15e355 commit 752d350
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 164 deletions.
6 changes: 1 addition & 5 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,7 @@
"name": "Launch Client",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
"outFiles": ["${workspaceRoot}/dist/**/*.js"],
"preLaunchTask": {
"type": "npm",
"script": "watch"
}
"outFiles": ["${workspaceRoot}/dist/**/*.js"]
},
{
"type": "node",
Expand Down
173 changes: 14 additions & 159 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 752d350

Please sign in to comment.