Skip to content

Commit 22a0dd9

Browse files
committed
remove install script
1 parent 4969306 commit 22a0dd9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

package-lock.json

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"test": "vscode-test",
6767
"compile-frontend": "cd frontend && npm run build",
6868
"build": "npm run compile",
69-
"install": "npm i && cd frontend && npm i",
69+
"install-deps": "npm i && cd frontend && npm i",
7070
"uninstall-extension": "code --uninstall k0in.call-graph"
7171
},
7272
"devDependencies": {

0 commit comments

Comments
 (0)