File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed
Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -31,11 +31,12 @@ get-server-sources:
3131
3232openapi-spec : get-server-sources
3333 git submodule update --init
34- cd build/openapi-extractor && composer install
35- cd build && ./openapi-extractor/merge-specs \
36- --core server/core/openapi.json \
37- --merged ../developer_manual/_static/openapi.json \
38- $$(ls server/apps/*/openapi.json )
34+ cd build/server && \
35+ composer install && \
36+ composer exec merge-specs -- \
37+ --core core/openapi.json \
38+ --merged ../../developer_manual/_static/openapi.json \
39+ $$(ls apps/*/openapi.json )
3940 cd developer_manual/_static && \
4041 wget https://unpkg.com/@stoplight/
[email protected] /web-components.min.js -O stoplight-elements.js
&& \ 4142 wget https://unpkg.com/@stoplight/
[email protected] /styles.min.css -O stoplight-elements.css
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments