File tree Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Expand file tree Collapse file tree 3 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ target/**
3
3
.vscode /**
4
4
.vscode-test /**
5
5
out /test /**
6
+ out /.keep
6
7
test /**
7
8
src /**
8
9
** /* .map
Original file line number Diff line number Diff line change 35
35
"tsc" : " ./node_modules/.bin/tsc" ,
36
36
"vscode:prepublish" : " npm run update-all && ./node_modules/.bin/tsc -p ./" ,
37
37
"compile" : " ./node_modules/.bin/tsc -p ./" ,
38
- "update-all" : " npm install && node ./node_modules/vscode/bin/install && mkdir -p out && curl -L -o out/coursier https://github.com/coursier/coursier/raw/v1.0.0-RC3/coursier" ,
38
+ "update-all" : " npm install && node ./node_modules/vscode/bin/install && curl -L -o out/coursier https://github.com/coursier/coursier/raw/v1.0.0-RC3/coursier" ,
39
39
"test" : " node ./node_modules/vscode/bin/test"
40
40
},
41
41
"extensionDependencies" : [
You can’t perform that action at this time.
0 commit comments