Skip to content

Commit af3e806

Browse files
committed
Merge branch 'jcoreio-master'
2 parents c8cb37f + 6929d5b commit af3e806

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.circleci/config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ jobs:
1111
keys:
1212
- v1-yarn-packages-{{ checksum "yarn.lock" }}
1313

14-
- run: yarn config set registry "https://registry.npmjs.org/"
15-
- run: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
16-
- run: echo "registry=https://registry.npmjs.org/" >> .npmrc
14+
- run:
15+
name: Setup NPM Token
16+
command: |
17+
yarn config set registry "https://registry.npmjs.org/"
18+
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > .npmrc
19+
echo "registry=https://registry.npmjs.org/" >> .npmrc
1720
1821
- run:
1922
name: Install Dependencies

.flowconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[ignore]
2-
<PROJECT_ROOT>/lib/.*
2+
<PROJECT_ROOT>/[^/\\]+\.js$
3+
<PROJECT_ROOT>/[^/\\]+\.js\.flow$
34
<PROJECT_ROOT>/es/.*
45
<PROJECT_ROOT>/node_modules/fbjs/.*
56
<PROJECT_ROOT>/node_modules/.*/fbjs/.*

0 commit comments

Comments
 (0)