Files
webawesome/vercel.sh

6 lines
95 B
Bash
Raw Normal View History

2024-06-20 10:37:51 -04:00
#!/bin/bash
echo "Running the build!"
2025-09-02 17:52:25 -04:00
2025-10-27 17:17:51 -04:00
cd packages/webawesome && npm install && npm run build