Skip to content

Commit

Permalink
Revert "Disable cask package for now since it's broken"
Browse files Browse the repository at this point in the history
This reverts commit a26d34a.

Cask should be fixed now.
  • Loading branch information
dajva committed Jun 7, 2022
1 parent a26d34a commit 51596cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ RST_DOCS = $(addprefix $(RST_OUT_DIR)/,$(patsubst %.org,%.rst,$(notdir $(ORG_DOC

all: deps test

test: ert-test style-check package-lint build-test
test: ert-test style-check package-lint build-test package-test

build-test: clean build
cask clean-elc
Expand Down

0 comments on commit 51596cb

Please sign in to comment.