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

6 lines
122 B
Bash

#!/bin/bash
echo "Running the build!"
cd packages/webawesome && npm install && npm run build && cp -R _site ../../_site