Skip to content

Commit 9334222

Browse files
committed
Merge branch 'v2-beta' into v2-dev
2 parents f9ca54b + 4c1b875 commit 9334222

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ jobs:
3333
# Commented out in v2-beta production
3434
# - name: Test contentstack-utilities
3535
# working-directory: ./packages/contentstack-utilities
36-
# run: pnpm test
36+
# run: pnpm test

packages/contentstack-config/.mocharc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
],
1010
"recursive": true,
1111
"timeout": 10000
12-
}
12+
}

packages/contentstack/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@
5555
"uuid": "^9.0.1",
5656
"winston": "^3.19.0"
5757
},
58+
"overrides": {
59+
"@oclif/core": {
60+
"picomatch": "^4.0.4"
61+
}
62+
},
5863
"devDependencies": {
5964
"@oclif/test": "^4.1.16",
6065
"@types/chai": "^4.3.20",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)