Skip to content

Commit

Permalink
chore: update package-lock to include integrity and resolved (#3467)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsLando authored Dec 4, 2023
1 parent f499d5b commit b5d88be
Show file tree
Hide file tree
Showing 2 changed files with 6,976 additions and 3,506 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN \
COPY . .

# if node_modules does not exist, install deps, if dist is missing, install also dev deps
RUN [ -d 'node_modules' ] && echo "Skipping install" || npm install $([ -d 'dist' ] && echo '--omit=dev' || echo '')
RUN [ -d 'node_modules' ] && echo "Skipping install" || npm ci $([ -d 'dist' ] && echo '--omit=dev' || echo '')

# Fix issue with serialport bindings #2349
RUN npm_config_build_from_source=true npm rebuild @serialport/bindings-cpp
Expand Down
Loading

0 comments on commit b5d88be

Please sign in to comment.