mirror of
https://github.com/penpot/penpot.git
synced 2026-03-12 21:36:39 +00:00
🔧 Remove deleting node_modules on frontend watch script (#8525)
This commit is contained in:
@@ -4,8 +4,6 @@ TARGET=${1:-app};
|
||||
|
||||
set -ex
|
||||
|
||||
rm -rf node_modules;
|
||||
|
||||
corepack enable;
|
||||
corepack install;
|
||||
pnpm install;
|
||||
|
||||
Reference in New Issue
Block a user