Skip to content

Commit

Permalink
chore(mk: update install makefiles (release-2.7) (#2503)
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Rudloff <philipp.rudloff@konghq.com>
  • Loading branch information
Philipp Rudloff authored Apr 25, 2024
1 parent be68aad commit 6c158ba
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions mk/install.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,8 @@ install:

.PHONY: install/sync
install/sync:
make install

.PHONY: clean-install
clean-install:
yarn install --frozen-lockfile

.PHONY: clean-install/sync
clean-install/sync:
make clean-install

.PHONY: clean
clean: ## Delete all node_modules directories
find . -name 'node_modules' -type d -prune -exec rm -rf '{}' +

0 comments on commit 6c158ba

Please sign in to comment.