mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
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:
@@ -33,3 +33,6 @@ pnpm_flags+=("$@")
|
||||
|
||||
echo "+ pnpm install ${pnpm_flags[*]}"
|
||||
pnpm install "${pnpm_flags[@]}"
|
||||
|
||||
# Used for Makefile optimizations
|
||||
touch node_modules/.installed
|
||||
|
||||
Reference in New Issue
Block a user