Skip to content

Commit c647fe4

Browse files
committed
Refactor script to create .npmrc in home directory
1 parent 0213f96 commit c647fe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ before_install:
1111
# Yarn defaults to an old version, make sure we
1212
# get an up to date version
1313
- npm install -g yarn
14-
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > .npmrc
14+
- echo "//registry.npmjs.org/:_authToken=\${NPM_TOKEN}" > $HOME/.npmrc
1515
before_script:
1616
- cp config/ci.config.json config/project.json
1717
script:

0 commit comments

Comments
 (0)