Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nx-serverless): allow & ignore additional options for offline builder #73

Merged
merged 2 commits into from
Feb 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<img src="https://angular.io/assets/images/logos/angular/angular.svg" height="145">
<!-- <img src="https://angular.io/generated/images/marketing/concept-icons/universal.png" height="120"> -->
<img src="https://upload.wikimedia.org/wikipedia/commons/d/d9/Node.js_logo.svg" height="145">
<img src="https://github.com/scullyio/scully/raw/master/assets/logos/PNG/scullyio-logo.png" height="145">
<img src="https://raw.githubusercontent.com/scullyio/scully/main/assets/logos/PNG/scullyio-logo.png" height="145">
</p>

<div align="left">
Expand Down
2 changes: 1 addition & 1 deletion libs/nx-serverless/src/builders/offline/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"description": "The port to inspect the process on. Setting port to 0 will assign random free ports to all forked processes."
}
},
"additionalProperties": false,
"additionalProperties": true,
"required": ["buildTarget", "config", "location"]
}