mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
* finishing touches * finishing touches * use bash * remove pro stuff * update github actions * fix head.njk
5 lines
79 B
Bash
5 lines
79 B
Bash
#!/bin/bash
|
|
|
|
echo "Running the build!"
|
|
cd packages/webawesome && npm run build
|