Files
penpot/frontend/scripts/watch
2026-02-24 00:07:30 +01:00

13 lines
143 B
Bash
Executable File

#!/usr/bin/env bash
TARGET=${1:-app};
set -ex
rm -rf node_modules;
corepack enable;
corepack install;
pnpm install;
pnpm run watch:$TARGET