Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit abb7ecd

Browse files
committed
Fix make file
1 parent 245e6ec commit abb7ecd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ VENDOR_BIN := ./vendor/bin
22

33
install:
44
@composer install
5-
#!/bin/bash
6-
echo -e "Hello Word\n"
7-
VENDOR_BIN := ./vendor/bin
8-
95
@ $(VENDOR_BIN)/phpcs --config-set default_standard WP-Engine
106
@ $(VENDOR_BIN)/phpcs --config-set show_progress 1 > /dev/null 2>&1
117
@ $(VENDOR_BIN)/phpcs --config-set colors 1 > /dev/null 2>&1

0 commit comments

Comments
 (0)