Skip to content

Commit

Permalink
Try removing the yarn resolutions
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwoodnz committed Apr 24, 2024
1 parent 7916fcd commit b63c875
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and push to build branch.

on:
push:
branches: [trunk]
branches: [trunk, update/linting-with-repo-tools]
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -45,11 +45,3 @@ jobs:
- name: Add all the files
run: |
git add * --force
- name: Commit and push
uses: actions-js/push@a52398fac807b0c1e5f1492c969b477c8560a0ba # 1.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: build
force: true
message: 'Build: ${{ github.sha }}'
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
"@wordpress/scripts": "27.2.0",
"@wordpress/stylelint-config": "21.34.0"
},
"resolutions": {
"eslint-plugin-jsdoc": "^46.4.6"
},
"workspaces": {
"packages": [
"wp-content/mu-plugins/pub/locale-switcher",
Expand Down

0 comments on commit b63c875

Please sign in to comment.