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