Run scripts with bash

This commit is contained in:
Skylar Ittner 2019-12-22 22:15:31 -07:00
parent b25a292f34
commit 5d9944a9c4
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
#!/bin/bash
cd www
yarn licenses generate-disclaimer > ../license-credits.md
cd ..

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# This script removes some stuff in `www/node_modules` that the app doesn't need to run.
# It removes about 6MB from the build size.

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
cd www
npm install