mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
6 lines
95 B
Bash
6 lines
95 B
Bash
#!/bin/bash
|
|
|
|
echo "Running the build!"
|
|
|
|
cd packages/webawesome && npm install && npm run build
|