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 18:37:25 +05:00
committed by GitHub
co-authored by Muhammad Atif Ali
parent 94f5d52fdc
commit d0037670b0
2 changed files with 31 additions and 31 deletions
+3
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