Skip to content

Commit 025f30d

Browse files
authored
Merge pull request #52 from fs-webdev/develop
1.6.3 version
2 parents 08ade84 + 55970f3 commit 025f30d

File tree

5 files changed

+5877
-5523
lines changed

5 files changed

+5877
-5523
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ before_install:
55
- echo -e "machine github.com\n login $CI_USER_TOKEN" > ~/.netrc
66
- echo "//code.lds.org/artifactory/api/npm/npm-fhd/:_authToken=${NPM_PUBLISH_TOKEN}" >> .npmrc
77
- echo "@fs:registry=https://code.lds.org/artifactory/api/npm/npm-fhd/" >> .npmrc
8+
# because this is a weird monorepo and we cd into and out of directories, this is what worked for travis to publish
89
- echo "//code.lds.org/artifactory/api/npm/npm-fhd/:_authToken=${NPM_PUBLISH_TOKEN}" >> packages/react-scripts/.npmrc
910
- echo "@fs:registry=https://code.lds.org/artifactory/api/npm/npm-fhd/" >> packages/react-scripts/.npmrc
1011
install:

0 commit comments

Comments
 (0)