We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7489c09 commit ae5155eCopy full SHA for ae5155e
package.json
@@ -7,7 +7,8 @@
7
"scripts": {
8
"start": "wp-scripts start",
9
"build": "wp-scripts build",
10
- "lint:js": "wp-scripts lint-js src/ includes/Classifai/Blocks/",
+ "lint:js": "wp-scripts lint-js",
11
+ "lint:js-fix": "wp-scripts lint-js --fix",
12
"install_tests": "./bin/install-wp-tests.sh classifai_unit_tests root password 127.0.0.1",
13
"test": "./vendor/bin/phpunit",
14
"tests:e2e": "./vendor/bin/wpacceptance run",
0 commit comments