Skip to content

Commit

Permalink
feat(management): drop lerna and restructure a bit the monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
aldbr committed Nov 4, 2024
1 parent bce5f04 commit 04b01e0
Show file tree
Hide file tree
Showing 96 changed files with 11,590 additions and 12,471 deletions.
4 changes: 3 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lerna exec -- npx lint-staged
npm --prefix packages/diracx-web-components run lint-staged
npm --prefix packages/diracx-web run lint-staged
npm --prefix packages/extensions run lint-staged
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
FROM node:alpine AS build
WORKDIR /app
# Copy the application to the working directory
COPY . .
COPY package*.json ./
COPY packages/diracx-web ./packages/diracx-web
COPY packages/diracx-web-components ./packages/diracx-web-components
# Install the project dependencies
RUN npm ci
# Build the static export with telemetry disabled (https://nextjs.org/telemetry)
Expand Down
4 changes: 0 additions & 4 deletions lerna.json

This file was deleted.

Loading

0 comments on commit 04b01e0

Please sign in to comment.