Skip to content

Commit

Permalink
Remove unnecessary packages from make dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Mar 8, 2024
1 parent 3cb4f43 commit 8c485c9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ rule() {
echo "Installing opam packages for test and doc..."
opam install -y . --deps-only --locked --with-test --with-doc
echo "Installing opam packages for development..."
opam install -y utop ocaml-lsp-server ocp-indent ocamlformat ounit2
opam install -y ocaml-lsp-server ocp-indent
# ocaml-lsp-server is needed for https://github.com/ocamllabs/vscode-ocaml-platform
echo "Be sure to adjust your vim/emacs config!"
echo "Installing Pre-commit hook..."
cd .git/hooks; ln -sf ../../scripts/hooks/pre-commit; cd -
# Use `git commit -n` to temporarily bypass the hook if necessary.
Expand Down

0 comments on commit 8c485c9

Please sign in to comment.