We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79b51c2 + d3a3049 commit 38c8f7bCopy full SHA for 38c8f7b
.travis.yml
@@ -3,6 +3,8 @@ node_js:
3
- 10
4
before_install:
5
- echo -e "machine github.com\n login $CI_USER_TOKEN" > ~/.netrc
6
+ - echo "//code.lds.org/artifactory/api/npm/npm-fhd/:_authToken=${NPM_PUBLISH_TOKEN}" >> ~/.npmrc
7
+ - echo "@fs:registry=https://code.lds.org/artifactory/api/npm/npm-fhd/" >> ~/.npmrc
8
install:
9
- "npm i"
10
- "cd packages/react-scripts"
@@ -13,7 +15,7 @@ deploy:
13
15
provider: npm
14
16
skip_cleanup: true
17
email: "dl-fh-eng-frontier@groups.ldschurch.org"
- api_key: "$NPM_TOKEN"
18
+ api_key: "$NPM_PUBLISH_TOKEN"
19
on:
20
branch: frontierMaster
21
# This tells travis to not build when the branch is master. This is important to have on our master
packages/react-scripts/.npmrc
0 commit comments