Skip to content

Commit 5271693

Browse files
authored
Merge pull request #930 from graphprotocol/pcv/fix-noglob
fix: ensure globbing is enabled in prepack
2 parents eb4a03e + a7be517 commit 5271693

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
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.3
4+
5+
### Patch Changes
6+
7+
- Ensure globbing is enabled in prepack
8+
39
## 6.1.2
410

511
### Patch Changes

packages/contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphprotocol/contracts",
3-
"version": "6.1.2",
3+
"version": "6.1.3",
44
"description": "Contracts for the Graph Protocol",
55
"directories": {
66
"test": "test"

packages/contracts/scripts/prepack

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
TYPECHAIN_DIR=dist/types
44

55
set -eo pipefail
6+
set +o noglob
67

78
# Build contracts
89
yarn clean

0 commit comments

Comments
 (0)