Skip to content

Commit

Permalink
Remove unused commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Nov 13, 2023
1 parent 78dbf13 commit 53c4c4f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pull-request-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ jobs:
run: npm run lint:js
- name: Lint CSS files
run: npm run lint:css
- name: Lint package.json files
run: npm run lint:pkg-json
env:
CI: true

name: Javascript, CSS, and package.json
name: JavaScript and CSS
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
"deploy": "npm run build && npm run plugin-zip && make-dir zips && npm run zips:move && npm run zips:remove",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"lint:md:docs": "wp-scripts lint-md-docs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"lint:php": "composer run lint",
"prepare": "husky install"
},
Expand Down

0 comments on commit 53c4c4f

Please sign in to comment.