Skip to content

Commit

Permalink
Typo on npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Dec 6, 2023
1 parent 81729eb commit eaf1366
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-deployments.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish the documentation and NPM package
name: Publish docs and NPM package

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run tests, then publish
name: Run tests

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

RUN --noproxy registry.npmjs.org --maxsockets 1
RUN npm ci --noproxy registry.npmjs.org --maxsockets 1
RUN npm run build
RUN npm prune --production

Expand Down

0 comments on commit eaf1366

Please sign in to comment.