Feature: Customer Portal, improved Customer, Contact, and Vendor Management

This commit is contained in:
Ronald A. Richardson
2024-09-04 12:31:10 +08:00
parent dc00ac3892
commit c60c460257
25 changed files with 607 additions and 107 deletions

View File

@@ -132,11 +132,14 @@ jobs:
restore-keys: |
${{ runner.os }}-pnpm-store-
- name: Check for _GITHUB_AUTH_TOKEN and create .npmrc
- name: Create and Setup .npmrc
run: |
if [[ -n "${{ secrets._GITHUB_AUTH_TOKEN }}" ]]; then
echo "//npm.pkg.github.com/:_authToken=${{ secrets._GITHUB_AUTH_TOKEN }}" > .npmrc
fi
if [[ -n "${{ secrets.FLEETBASE_REGISTRY_TOKEN }}" ]]; then
echo "//registry.fleetbase.io/:_authToken=${{ secrets.FLEETBASE_REGISTRY_TOKEN }}" > .npmrc
fi
working-directory: ./console
- name: Set Env Variables for QA