Skip to content

Commit fa2b205

Browse files
committed
Makefile update
1 parent 2a99ef5 commit fa2b205

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Makefile

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ static: ## Generate Static files by api structure
4040
make cssilent
4141
[ -f tools/online-version.php ] && php tools/online-version.php | xargs -I{} git tag -a {} -m "Tagging version {} after static update"
4242

43+
.PHONY: reset
44+
reset: ## Reset git to be read for NextWork
45+
git fetch origin
46+
git reset --hard origin/$(git rev-parse --abbrev-ref HEAD)
47+
48+
4349
.PHONY: clean
4450
clean: ## Clean up build artifacts
4551
rm -rf debian/php-abraflexi
@@ -87,8 +93,3 @@ dimage: ## Build Docker image
8793
docker build -t vitexsoftware/flexipeehp .
8894

8995
.PHONY: all pretest clean static release verup deb
90-
91-
92-
.PHONY: cs
93-
cs: ## Update Coding Standards
94-
vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --diff --verbose

0 commit comments

Comments
 (0)