Skip to content

Commit

Permalink
Fix typo in scripts build
Browse files Browse the repository at this point in the history
  • Loading branch information
cbush committed Sep 25, 2023
1 parent 09fa262 commit 0534458
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ trigger:
- production
ref:
include:
- refs/tags/ingest-v*
- refs/tags/scripts-v*

steps:
- name: deploy-production-scripts-service
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts-service.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV LG_ARTIFACTORY_EMAIL=${LG_ARTIFACTORY_EMAIL}

WORKDIR /app
COPY . ./
RUN npm install lerna && npm run bootstrap && npm run build -- --scope='{chat-core,scripts}'
RUN npm install lerna && npm run bootstrap && npm run build -- --scope='{chat-core,chat-server,scripts}'

# Main image
FROM node:18-alpine as main
Expand Down

0 comments on commit 0534458

Please sign in to comment.