|
|
@ -48,7 +48,7 @@ jobs: |
|
|
name: Install netlify |
|
|
name: Install netlify |
|
|
# --cached : reuse the highest version already used somewhere within the project |
|
|
# --cached : reuse the highest version already used somewhere within the project |
|
|
command: | |
|
|
command: | |
|
|
yarn add --cached netlify-cli |
|
|
|
|
|
|
|
|
yarn add netlify-cli |
|
|
- run: |
|
|
- run: |
|
|
# --prod: (boolean) - Deploy to production |
|
|
# --prod: (boolean) - Deploy to production |
|
|
# --open : (boolean) - Open site after deploy |
|
|
# --open : (boolean) - Open site after deploy |
|
|
|