diff --git a/README.md b/README.md index e8e42b0..dafc568 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ yarn start # Using npm npm start -# Using zolo.sh +# Using zolo.sh(this will install all deps, then build and serve) ./zolo.sh ``` diff --git a/zolo.sh b/zolo.sh old mode 100644 new mode 100755 index 06885f0..f7fc079 --- a/zolo.sh +++ b/zolo.sh @@ -1,4 +1,6 @@ #!/bin/bash -npm install serve -g +yarn install && \ +npm install serve -g && \ +yarn build && \ serve -l 3000 -s build