Skip to content

Commit

Permalink
feat: remove yarn lock integrity check (PL-000) (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
trs authored Feb 13, 2024
1 parent de1c87e commit dba9317
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
4 changes: 0 additions & 4 deletions src/commands/yarn/install_node_modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ steps:
step_name: << parameters.step_name >>
wait: << parameters.wait >>
yarn_command: yarn install --immutable << parameters.install_args >>
- run:
working_directory: << parameters.working_directory >>
name: Check yarn lock integrity
command: <<include(scripts/yarn/check_lock_integrity.sh)>>

- when:
condition:
Expand Down
11 changes: 0 additions & 11 deletions src/scripts/yarn/check_lock_integrity.sh

This file was deleted.

0 comments on commit dba9317

Please sign in to comment.