Skip to content

Commit

Permalink
improve linting script
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Sep 20, 2024
1 parent 6c723ba commit f0d7329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"start": "wp-scripts start",
"build": "wp-scripts build",
"lint:js": "wp-scripts lint-js",
"lint:js-fix": "wp-scripts lint-js --fix",
"lint:js": "wp-scripts lint-js ./src ./includes/Classifai/Blocks",
"lint:js-fix": "wp-scripts lint-js ./src ./includes/Classifai/Blocks --fix",
"install_tests": "./bin/install-wp-tests.sh classifai_unit_tests root password 127.0.0.1",
"test": "./vendor/bin/phpunit",
"tests:e2e": "./vendor/bin/wpacceptance run",
Expand Down

0 comments on commit f0d7329

Please sign in to comment.