mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
🔧 Remove deleting node_modules on frontend watch script (#8525)
This commit is contained in:
parent
336095486e
commit
287b9d4597
@ -4,8 +4,6 @@ TARGET=${1:-app};
|
||||
|
||||
set -ex
|
||||
|
||||
rm -rf node_modules;
|
||||
|
||||
corepack enable;
|
||||
corepack install;
|
||||
pnpm install;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user