Skip to content

Commit d310798

Browse files
authored
chore(Ci): fix broken yarn command (Uniswap#1006)
* chore(ci): Update broken deps * yarn.lock fix * chore(ci): Update yarn syntax
1 parent 803bf80 commit d310798

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
- name: Release
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
run: yarn publish
38+
run: yarn npm publish

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
"prepublishOnly": "yarn test && yarn build"
3131
},
3232
"publishConfig": {
33-
"access": "public",
34-
"provenance": true
33+
"access": "public"
3534
},
3635
"husky": {
3736
"hooks": {

0 commit comments

Comments
 (0)