From c98208c8d8295465b1baff209971384a260a5e20 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 14 Feb 2022 16:18:01 +0530 Subject: [PATCH] chore: remove docs/node_modules altogether --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 6fdad1106cd6..d24de728e95f 100644 --- a/Makefile +++ b/Makefile @@ -46,8 +46,6 @@ docs/cli: node_modules: package.json Makefile npm ci -docs/node_modules: - cd docs; npm ci .bin/golangci-lint: Makefile bash <(curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh) -d -b .bin v1.28.3 @@ -55,9 +53,6 @@ docs/node_modules: .bin/hydra: Makefile bash <(curl https://raw.githubusercontent.com/ory/hydra/master/install.sh) -d -b .bin v1.9.0-alpha.1 -.PHONY: docs -docs: docs/node_modules - cd docs; npm run build .PHONY: lint lint: .bin/golangci-lint @@ -130,7 +125,7 @@ quickstart-dev: # Formats the code .PHONY: format -format: .bin/goimports docs/node_modules node_modules +format: .bin/goimports node_modules goimports -w -local github.com/ory . cd docs; npm run format npm run format