Skip to content

Commit

Permalink
fix(vscode): build
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Bétrancourt <thomas@betrancourt.net>
  • Loading branch information
rclsilver committed Mar 25, 2024
1 parent 09979bc commit b915eba
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@
"watch-tests": "tsc -p . -w --outDir out",
"pretest": "npm run compile-tests && npm run compile && npm run lint",
"lint": "eslint src --ext ts",
"test": "node ./out/test/runTest.js"
"test": "node ./out/test/runTest.js",
"vsce": "vsce"
},
"dependencies": {
"vscode-nls": "^5.0.0",
Expand Down
31 changes: 31 additions & 0 deletions vscode/web/package-lock.json

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

1 change: 1 addition & 0 deletions vscode/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"@angular/compiler-cli": "16.2.12",
"@types/d3-scale": "^4.0.2",
"@types/d3-selection": "^3.0.2",
"@types/d3-shape": "^3.1.6",
"@types/d3-zoom": "^3.0.1",
"@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1",
Expand Down

0 comments on commit b915eba

Please sign in to comment.