Skip to content

Commit

Permalink
Add YAML manifest build step, regen ms365 code.
Browse files Browse the repository at this point in the history
  • Loading branch information
preslavgerchev committed Sep 4, 2023
1 parent aeb4788 commit 0983783
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ define buildProvider
$(eval $@_BIN = "${$@_DIST}"/"${$@_NAME}")
echo "--> [${$@_NAME}] process resources"
./lr go ${$@_HOME}/resources/${$@_NAME}.lr --dist ${$@_DIST}
./lr docs yaml ${$@_HOME}/resources/${$@_NAME}.lr --docs-file ${$@_HOME}/resources/${$@_NAME}.lr.manifest.yaml
./lr docs json ${$@_HOME}/resources/${$@_NAME}.lr.manifest.yaml
echo "--> [${$@_NAME}] generate CLI json"
cd ${$@_HOME} && go run ./gen/main.go .
Expand Down
12 changes: 6 additions & 6 deletions providers/ms365/resources/ms365.lr.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0983783

Please sign in to comment.