Skip to content
Prev Previous commit
Next Next commit
Update script commands to all for lint:*
  • Loading branch information
mkaz committed Jan 29, 2020
commit 299faf87a5398e562c35b4de0c65b19b17da838a
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@
"lint-css": "wp-scripts lint-style '**/*.scss'",
"lint-css:fix": "npm run lint-css -- --fix",
"lint-types": "tsc",
"lint-md:js": "wp-scripts lint-md-js",
"lint-md:docs": "wp-scripts lint-md-docs",
"lint:md-js": "wp-scripts lint-md-js",
"lint:md-docs": "wp-scripts lint-md-docs",
"package-plugin": "./bin/build-plugin-zip.sh",
"pot-to-php": "./bin/pot-to-php.js",
"publish:check": "lerna updated",
Expand Down