updated api build script executable

pull/500/head
Scott Anderson 2019-09-30 11:05:03 -06:00
parent 068b392f96
commit 678b0a9bf1
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
command: sudo npm i -g postcss-cli autoprefixer redoc-cli
- run:
name: Generate API documentation
command: cd api-docs && sh generate-api-docs.sh
command: cd api-docs && bash generate-api-docs.sh
- save_cache:
key: install-v1-{{ checksum ".circleci/config.yml" }}
paths: