File tree 6 files changed +39
-510
lines changed
6 files changed +39
-510
lines changed Original file line number Diff line number Diff line change 1
1
[ignore]
2
- .*/node_modules/config-chain/test/broken.json
3
2
.*/node_modules/react-native/.*
4
3
.*/node_modules/fbjs/.*
5
4
.*/vendor/jsonlint/.*
6
5
.*/examples/.*
7
6
.*/website/.*
8
- .*/dangerfile.js
9
7
10
8
[options]
11
9
module.name_mapper='^types/\(.*\)$' -> '<PROJECT_ROOT>/types/\1.js'
Original file line number Diff line number Diff line change 1
- * ~
2
- * .swp
3
1
.DS_STORE
4
- /node_modules
2
+ .eslintcache
3
+ * .swp
4
+ * ~
5
5
/examples /* /node_modules /
6
- /packages /* /node_modules /
6
+ /integration_tests /* /node_modules
7
+ /integration_tests /transform /* /coverage
8
+ /integration_tests /transform /* /node_modules
9
+ /node_modules
7
10
/packages /* /build /
8
11
/packages /* /coverage /
12
+ /packages /* /node_modules /
9
13
/website /build
10
14
/website /node_modules
11
- /integration_tests /transform /* /coverage
12
- /integration_tests /transform /* /node_modules
13
- /integration_tests /* /node_modules
14
- npm-debug.log
15
- website /core /metadata * .js
16
- website /src /jest /docs
17
- website /src /jest /blog
15
+ coverage
18
16
lerna-debug.log
19
17
npm-debug.log *
20
- coverage
21
- .eslintcache
18
+ website /core /metadata * .js
19
+ website /src /jest /blog
20
+ website /src /jest /docs
21
+ yarn-error.log
Original file line number Diff line number Diff line change 13
13
- " .eslintcache"
14
14
- " node_modules"
15
15
16
- before_install :
17
- - npm install npm@latest
18
-
19
16
script :
20
17
- (cd packages/eslint-plugin-jest && yarn link)
21
18
- yarn link eslint-plugin-jest
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 10
10
"babel-plugin-transform-flow-strip-types" : " ^6.18.0" ,
11
11
"chalk" : " ^1.1.3" ,
12
12
"codecov" : " ^1.0.1" ,
13
- "danger" : " ^0.8.0" ,
14
13
"eslint" : " ^3.11.1" ,
15
14
"eslint-plugin-babel" : " ^4.0.0" ,
16
15
"eslint-plugin-flow-vars" : " ^0.5.0" ,
22
21
"istanbul-api" : " ^1.1.0" ,
23
22
"istanbul-lib-coverage" : " ^1.0.0" ,
24
23
"jasmine-reporters" : " ^2.2.0" ,
25
- "jest-runtime" : " file:./packages/jest-runtime/" ,
26
24
"jsdom" : " ^9.9.1" ,
27
25
"left-pad" : " ^1.1.1" ,
28
26
"lerna" : " 2.0.0-beta.32" ,
45
43
"postinstall" : " node ./scripts/postinstall.js && node ./scripts/build.js" ,
46
44
"publish" : " yarn run build-clean && yarn run build && lerna publish" ,
47
45
"test" : " yarn run typecheck && yarn run lint && yarn run build && yarn run jest && yarn run test-examples" ,
48
- "test-ci" : " yarn run typecheck && yarn run lint && yarn run build && yarn run jest-coverage -- -i && yarn run test-examples && node scripts/mapCoverage.js && codecov && yarn run danger " ,
46
+ "test-ci" : " yarn run typecheck && yarn run lint && yarn run build && yarn run jest-coverage -- -i && yarn run test-examples && node scripts/mapCoverage.js && codecov" ,
49
47
"test-examples" : " node scripts/test_examples.js" ,
50
48
"typecheck" : " flow check" ,
51
49
"watch" : " yarn run build; node ./scripts/watch.js"
You can’t perform that action at this time.
0 commit comments