Skip to content

Commit

Permalink
revert package name changes
Browse files Browse the repository at this point in the history
  • Loading branch information
faisal-alvi committed Dec 13, 2024
1 parent e2e5da6 commit b1956d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:

- name: Run JS linting
if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
run: npx wp-scripts lint-js ${{ steps.changed-files.outputs.all_changed_files }}
run: ./node_modules/.bin/10up-toolkit lint-js ${{ steps.changed-files.outputs.all_changed_files }}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"watch": "10up-toolkit watch",
"build": "10up-toolkit build",
"format-js": "10up-toolkit format-js",
"lint-js": "wp-scripts lint-js ./assets ./includes",
"lint-js-fix": "wp-scripts lint-js ./assets ./includes --fix",
"lint-js": "10up-toolkit lint-js ./assets ./includes",
"lint-js-fix": "10up-toolkit lint-js ./assets ./includes --fix",
"lint-style": "10up-toolkit lint-style",
"test": "10up-toolkit test-unit-jest",
"wp-env": "wp-env",
Expand Down

0 comments on commit b1956d7

Please sign in to comment.