Skip to content

Commit

Permalink
fix(nx-serverless): allow & ignore additional options for offline bui…
Browse files Browse the repository at this point in the history
…lder (#73)

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

* docs(core): fix scullyio logo
  • Loading branch information
tstackhouse committed Feb 26, 2021
1 parent 3b5e467 commit cb7e1d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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"]
}

0 comments on commit cb7e1d8

Please sign in to comment.