Run scripts with bash
This commit is contained in:
parent
b25a292f34
commit
5d9944a9c4
@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
cd www
|
||||
yarn licenses generate-disclaimer > ../license-credits.md
|
||||
cd ..
|
||||
|
@ -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.
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
cd www
|
||||
npm install
|
||||
|
Loading…
x
Reference in New Issue
Block a user