Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Remove code for the server, and dead code resulting. #97

Merged
merged 4 commits into from
Apr 8, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- run:
name: Install opam dev dependencies
command: |
opam install reason.3.6.0 dune.1.11.4 uri --yes | cat
opam install reason.3.6.0 dune.1.11.4 --yes | cat
- save-opam-cache
- run:
name: Build
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- run:
name: Install opam dev dependencies
command: |
opam install reason.3.6.0 dune.1.11.4 uri --yes | cat
opam install reason.3.6.0 dune.1.11.4 --yes | cat
- save-opam-cache
- run:
name: Build
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
command: |
cd /cygdrive/c/Users/circleci/project
eval $(opam env)
opam install reason.3.6.0 dune.1.11.4 uri --yes | cat
opam install reason.3.6.0 dune.1.11.4 --yes | cat
- save_cache:
key: v3-opam-cache-{{ arch }}
paths:
Expand Down
3 changes: 0 additions & 3 deletions editor-extensions/vscode/.vscodeignore

This file was deleted.

9 changes: 0 additions & 9 deletions editor-extensions/vscode/LICENSE

This file was deleted.

41 changes: 0 additions & 41 deletions editor-extensions/vscode/Readme.md

This file was deleted.

28 changes: 0 additions & 28 deletions editor-extensions/vscode/bucklescript.configuration.json

This file was deleted.

Loading