File tree 3 files changed +6
-9
lines changed
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:
31
31
32
32
openapi-spec : get-server-sources
33
33
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 )
39
40
cd developer_manual/_static && \
40
41
wget https://unpkg.com/@stoplight/
[email protected] /web-components.min.js -O stoplight-elements.js
&& \
41
42
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