File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
4450clean : # # 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
You can’t perform that action at this time.
0 commit comments