Skip to content

Commit e8e2d53

Browse files
committed
attempting travis autodeploy fix
1 parent 5793989 commit e8e2d53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ node_js:
33
- 10
44
before_install:
55
- 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
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
88
install:
99
- "npm i"
1010
- "cd packages/react-scripts"

packages/react-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fs/react-scripts",
3-
"version": "1.6.1",
3+
"version": "1.6.2",
44
"upstreamVersion": "2.1.3",
55
"description": "Configuration and scripts for Create React App.",
66
"repository": "fs-webdev/create-react-app",

0 commit comments

Comments
 (0)