Skip to content

Commit 2ef4613

Browse files
authored
Merge pull request #927 from graphprotocol/pcv/fix-prepack
fix: prepack instead of prepublishOnly for yarn 4
2 parents 9fe41a2 + 5c1490a commit 2ef4613

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/contracts/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphprotocol/contracts
22

3+
## 6.1.1
4+
5+
### Patch Changes
6+
7+
- Use prepack to correctly prepare outputs for the published package
8+
39
## 6.1.0
410

511
### Minor Changes

packages/contracts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "6.1.0",
3+
"version": "6.1.1",
44
"description": "Contracts for the Graph Protocol",
55
"directories": {
66
"test": "test"
@@ -85,7 +85,7 @@
8585
"yargs": "^17.0.0"
8686
},
8787
"scripts": {
88-
"prepublishOnly": "scripts/prepublish",
88+
"prepack": "scripts/prepack",
8989
"build": "SKIP_LOAD=true scripts/build",
9090
"clean": "rm -rf build/ cache/ dist/",
9191
"compile": "hardhat compile",

0 commit comments

Comments
 (0)