File tree Expand file tree Collapse file tree 5 files changed +641
-18
lines changed Expand file tree Collapse file tree 5 files changed +641
-18
lines changed Original file line number Diff line number Diff line change 6767 - run : npm ci
6868 - run : opam install dune cppo
6969 - run : npm run compile
70+ - run : npm run bundle
7071
7172 # These 2 runs (or just the second?) are for when you have opam dependencies. We don't.
7273 # Don't add deps. But if you ever do, un-comment these and add an .opam file.
Original file line number Diff line number Diff line change 1111 " --extensionDevelopmentPath=${workspaceRoot}"
1212 ],
1313 "outFiles" : [
14- " ${workspaceRoot}/client/out/**/* .js"
14+ " ${workspaceRoot}/client/out/*.js"
1515 ],
1616 "preLaunchTask" : {
1717 "type" : " npm" ,
2525 "port" : 6009 ,
2626 "restart" : true ,
2727 "outFiles" : [
28- " ${workspaceRoot}/server/out/**/* .js"
28+ " ${workspaceRoot}/server/out/*.js"
2929 ]
3030 },
3131 {
Original file line number Diff line number Diff line change @@ -15,3 +15,7 @@ analysis.opam
1515tools.opam
1616.ocamlformat
1717.ocamlformat-ignore
18+ client /node_modules
19+ server /node_modules
20+ _opam
21+ _build
You can’t perform that action at this time.
0 commit comments