build: v2.1.5
Some checks are pending
Build and Push Docker API Image / build-and-push (push) Waiting to run
Build and Push Docker Base Image / build-and-push (push) Waiting to run
Build and Push Docker NLU Image / build-and-push (push) Waiting to run
Build and Push Docker UI Image / build-and-push (push) Waiting to run

This commit is contained in:
Mohamed Marrouchi
2024-12-10 14:15:26 +01:00
parent 503f7d40ec
commit 8e5574f32d
8 changed files with 16 additions and 16 deletions

View File

@@ -20,13 +20,13 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
working-directory: api
run: npm ci
- name: Build the package
run: npm run build
working-directory: api
run: npm run build
- name: Determine release type
id: determine-release
@@ -54,6 +54,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish to npm
working-directory: api
if: env.release != 'none'
run: npm publish
working-directory: api

View File

@@ -20,12 +20,12 @@ jobs:
cache: 'npm'
- name: Install dependencies
run: npm ci
working-directory: widget
run: npm ci --ignore-scripts
- name: Build the package
run: npm run build
working-directory: widget
run: npm run build
- name: Determine release type
id: determine-release
@@ -53,6 +53,6 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish to npm
working-directory: widget
if: env.release != 'none'
run: npm publish
working-directory: widget