mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
6 lines
202 B
Bash
6 lines
202 B
Bash
#!/bin/bash
|
|
|
|
echo "Running the build!"
|
|
git clone "https://konnorrogers:$GITHUB_ACCESS_TOKEN@github.com/shoelace-style/webawesome-pro" packages/webawesome-pro
|
|
cd packages/webawesome-pro && npm run build
|