chore: only run pnpm when node_modules are out of date in Makefile (#16017)

Co-authored-by: Muhammad Atif Ali <atif@coder.com>
This commit is contained in:
ケイラ
2025-01-03 05:37:25 -08:00
committed by GitHub
parent 94f5d52fdc
commit d0037670b0
2 changed files with 31 additions and 31 deletions

View File

@ -33,3 +33,6 @@ pnpm_flags+=("$@")
echo "+ pnpm install ${pnpm_flags[*]}"
pnpm install "${pnpm_flags[@]}"
# Used for Makefile optimizations
touch node_modules/.installed