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.
1 parent dc0b981 commit 6bfbaabCopy full SHA for 6bfbaab
.npmrc
@@ -1,2 +1 @@
1
@fandom:registry=https://artifactory.wikia-inc.com/artifactory/api/npm/wikia-npm/
2
-//artifactory.wikia-inc.com/artifactory/api/npm/wikia-npm/:_authToken=${ARTIFACTORY_NPM_TOKEN}
.travis.yml
@@ -4,7 +4,8 @@ node_js:
4
cache:
5
directories:
6
- node_modules
7
-before_install: bash scripts/add-artifactory-token.sh
+before_install:
8
+ - echo "//artifactory.wikia-inc.com/artifactory/api/npm/wikia-npm/:_authToken=\${ARTIFACTORY_NPM_TOKEN}" >> .npmrc
9
script:
10
- yarn
11
- yarn ci
scripts/add-artifactory-token.sh
0 commit comments