This commit is contained in:
@@ -18,3 +18,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Run build
|
- name: Run build
|
||||||
run: npm run build
|
run: npm run build
|
||||||
|
|
||||||
|
- name: Setup npm for Verdaccio
|
||||||
|
run: |
|
||||||
|
npm config set registry http://verdaccio:4873/
|
||||||
|
npm config set //verdaccio:4873/:_authToken ${{ secrets.NPM_TOKEN }}
|
||||||
|
|
||||||
|
- name: Publish package
|
||||||
|
run: npm publish
|
||||||
|
|||||||
Reference in New Issue
Block a user