Skip to content

Commit

Permalink
Stop make from running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nberth committed Sep 22, 2023
1 parent f767983 commit 7602162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.header
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PROJECT=superbol_vscode_platform
SRCDIR=src/vscode/superbol-vscode-platform

compile:
opam exec -- dune build
.PHONY: compile
compile: build
cp -f _build/default/src/vscode/vscode-package-json/main.exe vscode-package-json
yarn esbuild _build/default/$(SRCDIR)/$(PROJECT).bc.js \
--bundle \
Expand Down

0 comments on commit 7602162

Please sign in to comment.