Skip to content

Commit

Permalink
tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Jan 15, 2025
1 parent 3319fdb commit 1273961
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ 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
COPY packages/fleet/package.json ./packages/fleet/package.json
COPY packages/providers/package.json ./packages/providers/package.json
COPY package*.json ./

# Install every dependencies
Expand Down
1 change: 1 addition & 0 deletions packages/runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ COPY packages/shared/ packages/shared/
COPY packages/utils/ packages/utils/
COPY packages/database/ packages/database/
COPY packages/runner/ packages/runner/
COPY packages/providers/ packages/providers/
COPY package*.json ./

RUN npm pkg delete scripts.prepare
Expand Down
1 change: 1 addition & 0 deletions packages/server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ COPY packages/scheduler/ packages/scheduler/
COPY packages/orchestrator/ packages/orchestrator/
COPY packages/keystore/ packages/keystore/
COPY packages/fleet/ packages/fleet/
COPY packages/providers/ packages/providers/

RUN npm pkg delete scripts.prepare
RUN npm ci --omit=dev
Expand Down
1 change: 1 addition & 0 deletions scripts/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ bump_other_pkg "frontend" "types"
bump_other_pkg "nango-yaml" "types"
bump_other_pkg "node-client" "types"
bump_other_pkg "shared" "types"
bump_other_pkg "providers" "types"

# NangoYaml
bump_and_npm_publish "@nangohq/nango-yaml" "$VERSION"
Expand Down

0 comments on commit 1273961

Please sign in to comment.