Skip to content

Commit 129fc46

Browse files
fix: lint plugins with lint script
1 parent 37f6320 commit 129fc46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint:php": "./scripts/run.sh vendor/bin/phpcs --standard=wp-configs/sparkpress-standard.xml --extensions=php src/php -s -n",
3535
"lint:scss": "stylelint src/scss/**/*.scss src/scss/*.scss --color --formatter verbose",
3636
"lint:twig": "./scripts/run.sh vendor/bin/twigcs src/php/views",
37-
"lint": "run-s lint:*",
37+
"lint": "run-s lint:* lint:plugins:*",
3838
"php:run": "./scripts/run.sh",
3939
"export-db": "./scripts/export-db.sh",
4040
"backup-db": "BACKUP=true ./scripts/export-db.sh",

0 commit comments

Comments
 (0)