Skip to content

Commit

Permalink
fix: ci was not running properly
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Dec 18, 2024
1 parent db0501e commit 699f180
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/images/kuzzle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ADD ./package-lock.json package-lock.json
ADD ./index.ts index.ts
ADD ./tsconfig.json tsconfig.json

RUN npm ci --noproxy registry.npmjs.org --maxsockets 1
RUN npm ci
RUN npm run build
RUN npm prune --omit=dev

Expand Down
2 changes: 1 addition & 1 deletion docker/images/plugin-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ADD ./package-lock.json package-lock.json
ADD ./index.ts index.ts
ADD ./tsconfig.json tsconfig.json

RUN npm ci --noproxy registry.npmjs.org --maxsockets 1
RUN npm ci
RUN npm run build
RUN npm prune --omit=dev

Expand Down

0 comments on commit 699f180

Please sign in to comment.