This commit is contained in:
@@ -15,10 +15,6 @@ jobs:
|
|||||||
npm config set registry http://verdaccio:4873/
|
npm config set registry http://verdaccio:4873/
|
||||||
npm config set //verdaccio:4873/:_authToken ${{ secrets.NPM_TOKEN }}
|
npm config set //verdaccio:4873/:_authToken ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
- name: Setup npm cache
|
|
||||||
run: |
|
|
||||||
npm config set cache /cache/npm
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm i --registry http://verdaccio:4873/
|
run: npm i --registry http://verdaccio:4873/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user