Skip to content

Commit

Permalink
removing the package manager field
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Jan 12, 2024
1 parent 2adae19 commit 1b1bd57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,5 @@
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"upgrade:theme": "yarn upgrade @riverscapes/gatsby-theme"
},
"packageManager": "[email protected]"
}
}
6 changes: 0 additions & 6 deletions pages-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install Corepack and new yarn
run: |
npm install -g corepack
corepack enable
corepack yarn set version berry
- name: Setup Node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 1b1bd57

Please sign in to comment.