1
0
Fork 0

refactor: monorepified && npm workspaces

This commit is contained in:
Vojtěch Mareš 2022-01-04 01:03:34 +01:00
parent 973c247893
commit 9b0c9d0854
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
26 changed files with 349 additions and 3727 deletions

10
Makefile Normal file
View file

@ -0,0 +1,10 @@
.PHONY: setup-git-hooks
setup-git-hooks:
rm -rf .git/hooks
(cd .git && ln -s ../.git-hooks hooks)
.PHONY: lint-all
lint-all:
.PHONY: fmt-check-all
fmt-check-all: