2025-07-10 12:45:25 +02:00

6 lines
115 B
Bash
Executable File

#install pnpm via npm
npm install -g pnpm
# install dependencies and build the project
pnpm install
pnpm run build