mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
Use Stylelint directly
This commit is contained in:
parent
da0404f2b5
commit
3802d18204
6 changed files with 11 additions and 22 deletions
|
@ -55,6 +55,9 @@ phpstan: ## Run PHPStan
|
|||
lint-js: ## Run ESLint
|
||||
@$(YARN) lint:js
|
||||
|
||||
lint-scss: ## Run Stylelint
|
||||
@$(YARN) lint:scss
|
||||
|
||||
release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`).
|
||||
ifndef VERSION
|
||||
$(error VERSION is not set)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue