add npm ci
This commit is contained in:
@@ -37,6 +37,8 @@ jobs:
|
|||||||
mkdir -p ~/.npm
|
mkdir -p ~/.npm
|
||||||
echo "registry=https://gitea.controller.bittehackmichnicht.de/api/packages/${{ github.repository }}/npm/" > ~/.npmrc
|
echo "registry=https://gitea.controller.bittehackmichnicht.de/api/packages/${{ github.repository }}/npm/" > ~/.npmrc
|
||||||
echo "//gitea.controller.bittehackmichnicht.de/api/packages/${{ github.repository }}/npm/:_authToken=${{ secrets.REGISTRY_PAT }}" >> ~/.npmrc
|
echo "//gitea.controller.bittehackmichnicht.de/api/packages/${{ github.repository }}/npm/:_authToken=${{ secrets.REGISTRY_PAT }}" >> ~/.npmrc
|
||||||
|
- name: Install dependencies
|
||||||
|
run: npm ci
|
||||||
- name: Build & publish npm package
|
- name: Build & publish npm package
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ steps.generate_tag.outputs.VERSION }}
|
VERSION: ${{ steps.generate_tag.outputs.VERSION }}
|
||||||
|
|||||||
Reference in New Issue
Block a user