diff options
Diffstat (limited to 'microservices/04-react-app/build.sh')
| -rwxr-xr-x | microservices/04-react-app/build.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/microservices/04-react-app/build.sh b/microservices/04-react-app/build.sh new file mode 100755 index 0000000..9424fc4 --- /dev/null +++ b/microservices/04-react-app/build.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +npm install +npm run build + +echo dist directory contains the React application. |
