Skip to content

Commit

Permalink
connect ui
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Sep 17, 2024
1 parent 68be40f commit 2e0d1e0
Show file tree
Hide file tree
Showing 19 changed files with 181 additions and 181 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
},
{
"files": [
"packages/ui-connect/**/*.tsx"
"packages/connect-ui/**/*.tsx"
],
"plugins": [
"react",
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ COPY packages/scheduler/package.json ./packages/scheduler/package.json
COPY packages/server/package.json ./packages/server/package.json
COPY packages/shared/package.json ./packages/shared/package.json
COPY packages/types/package.json ./packages/types/package.json
COPY packages/ui-connect/package.json ./packages/ui-connect/package.json
COPY packages/connect-ui/package.json ./packages/connect-ui/package.json
COPY packages/utils/package.json ./packages/utils/package.json
COPY packages/webapp/package.json ./packages/webapp/package.json
COPY packages/webhooks/package.json ./packages/webhooks/package.json
Expand Down Expand Up @@ -65,7 +65,7 @@ ENV REACT_APP_PUBLIC_SENTRY_KEY $sentry_key
# Build the frontend
RUN true \
&& npm run -w @nangohq/webapp build \
&& npm run -w @nangohq/ui-connect build
&& npm run -w @nangohq/connect-ui build

# Clean src
RUN true \
Expand Down
Loading

0 comments on commit 2e0d1e0

Please sign in to comment.