This commit is contained in:
Roman Cervantes 2019-05-21 15:14:24 -07:00
parent f32aacfd8a
commit 0626d4239e

View file

@ -18,7 +18,7 @@ jobs:
steps:
- checkout
- run:
name: Set and authenticate with registry
name: Set and authenticate with registry test
command: |
echo "${NPMRC}" | base64 --decode > ~/.npmrc
- run: yarn install --pure-lockfile --no-progress --non-interactive