Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-12-12 13:47:56 +0300
committerdartcafe <github@dartcafe.de>2020-12-12 13:47:56 +0300
commitcf87b7ff34e91e9f868df7f26f9649d7d47dcae9 (patch)
tree5daff2c7d2f2c1774cf501e2758c278ae8cd1b81 /Makefile
parentf55fd9c1e3d136a562b4d6645785738033dac6b9 (diff)
Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a96d5015..36bcde96 100644
--- a/Makefile
+++ b/Makefile
@@ -47,9 +47,11 @@ endif
# Lint
lint:
npm run lint
+ composer run cs:check
lint-fix:
npm run lint:fix
+ composer run cs:fix
# Removes the appstore build and compiled js files
.PHONY: clean