Skip to content

Commit

Permalink
update opam files + set up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jchavarri committed Sep 12, 2023
1 parent 5e2c75a commit 77d5747
Show file tree
Hide file tree
Showing 14 changed files with 3,676 additions and 72 deletions.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,17 @@ help: ## Print this help message

.PHONY: create-switch
create-switch: ## Create opam switch
opam switch create . 4.14.1 -y --deps-only
opam switch create . 5.1.0~rc3 -y --deps-only

.PHONY: init
init: create-switch install ## Configure everything to develop this repository in local

.PHONY: install
install: ## Install development dependencies
yarn
opam update
opam install -y . --deps-only
# opam pin -y add $(project_name).dev . --working-dir
opam install -y . --deps-only --with-test
opam exec opam-check-npm-deps

.PHONY: build
build: ## Build the project
Expand Down
Loading

0 comments on commit 77d5747

Please sign in to comment.