Add status text to build helper scripts

Skylar Ittner 4 years ago
parent 8fd570ea23
commit 362d3ce0ca

@ -1,4 +1,7 @@
#!/bin/bash
echo "Generating credits files..."
cd www
yarn licenses generate-disclaimer > ../license-credits.md
cd ..

@ -1,5 +1,7 @@
#!/bin/bash
cd www
echo "Installing node modules in www/..."
cd www
npm install
cd ..

Loading…
Cancel
Save