Skip to content

Commit 4efa3e2

Browse files
author
Jendrik Wenke
committed
add postinstall script
1 parent a230912 commit 4efa3e2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

vscode-dotty/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@
4949
"tsc": "./node_modules/.bin/tsc",
5050
"vscode:prepublish": "npm run update-all && ./node_modules/.bin/tsc -p ./",
5151
"compile": "./node_modules/.bin/tsc -p ./",
52-
"update-all": "npm install && node ./node_modules/vscode/bin/install && curl -L -o out/coursier https://github.com/coursier/coursier/raw/v1.0.0/coursier",
53-
"test": "node ./node_modules/vscode/bin/test"
52+
"update-all": "npm install",
53+
"test": "node ./node_modules/vscode/bin/test",
54+
"postinstall": "node ./node_modules/vscode/bin/install && curl -L -o out/coursier https://github.com/coursier/coursier/raw/v1.0.0/coursier"
5455
},
5556
"extensionDependencies": [
5657
"daltonjorge.scala"

0 commit comments

Comments
 (0)