Files
webawesome/vercel.sh
2025-10-27 17:17:51 -04:00

6 lines
95 B
Bash

#!/bin/bash
echo "Running the build!"
cd packages/webawesome && npm install && npm run build