Skip to content

Commit c5babf4

Browse files
cpojerFacebook Github Bot 1
authored andcommitted
Update setup script.
Summary: Closes jestjs#836 Differential Revision: D3097412 fb-gh-sync-id: 6c9ca63e3d5a11ba92591d8e5548a420487f4a28 fbshipit-source-id: 6c9ca63e3d5a11ba92591d8e5548a420487f4a28
1 parent 6a8c7fb commit c5babf4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
echo "Setting up Jest's development environment..."
44
node_modules/.bin/lerna bootstrap
55

6+
(cd packages/jest-jasmine1 && npm link)
7+
(cd packages/jest-jasmine2 && npm link)
68
(cd packages/jest-mock && npm link)
7-
npm link jest-mock
89
(cd packages/jest-util && npm link)
10+
11+
npm link jest-jasmine1
12+
npm link jest-jasmine2
13+
npm link jest-mock
914
npm link jest-util

0 commit comments

Comments
 (0)