Skip to content

Commit

Permalink
Add --skip-require arg to generate-all-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
seattlevine committed Mar 7, 2023
1 parent 8d91a62 commit f7fbb3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ help:
%: Makefile
node scripts/build/schema-build-doc.js
node scripts/build/schema-to-rst.js
node scripts/build/generate-all-properties-declaration.js
node scripts/build/generate-all-properties-declaration.js -- --skip-require
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

# Custom commands for building and testing project documentation
Expand Down Expand Up @@ -67,4 +67,3 @@ rpm:
.PHONY: docker-rpm
docker-rpm:
./scripts/build/docker-rpmbuild.sh

2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if "%1" == "" goto help

node scripts/build/schema-build-doc.js
node scripts/build/schema-to-rst.js
node scripts/build/generate-all-properties-declaration.js
node scripts/build/generate-all-properties-declaration.js -- --skip-require

%SPHINXBUILD% >NUL 2>NUL
if errorlevel 9009 (
Expand Down

0 comments on commit f7fbb3c

Please sign in to comment.