Skip to content

Commit 8e426cd

Browse files
committed
berry
1 parent 068ec04 commit 8e426cd

File tree

8 files changed

+19801
-161554
lines changed

8 files changed

+19801
-161554
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ junit.xml
4040
*.tsbuildinfo
4141

4242
.pnp.js
43-
.yarn/unplugged/
44-
.yarn/build-state.yml
45-
e2e/async-regenerator/.yarn/
43+
**/.yarn/unplugged/
44+
**/.yarn/build-state.yml
45+
**/.yarn/install-state.gz

.yarn/releases/yarn-1.22.4.js

Lines changed: 0 additions & 147391 deletions
This file was deleted.

.yarn/releases/yarn-sources.js

Lines changed: 56 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarnrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33

44

55
lastUpdateCheck 1576854265612
6-
yarn-path ".yarn/releases/yarn-1.22.4.js"

.yarnrc.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
enableGlobalCache: true
2+
3+
packageExtensions:
4+
"@babel/parser@*":
5+
dependencies:
6+
"@babel/types": "*"
7+
8+
yarnPath: .yarn/releases/yarn-sources.js

jest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ LICENSE file in the root directory of this source tree.
99

1010
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
1111

12-
node "$DIR"/packages/jest-cli/bin/jest "$@"
12+
yarn node "$DIR"/packages/jest-cli/bin/jest "$@"

scripts/buildTs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ packagesWithTs.forEach(pkgDir => {
4040
});
4141

4242
const args = [
43-
'--silent',
4443
'tsc',
4544
'-b',
4645
...packagesWithTs,

yarn.lock

Lines changed: 19733 additions & 14157 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)