Skip to content

Commit

Permalink
(fix): add node-gyp to make yarn installs faster (#3552)
Browse files Browse the repository at this point in the history
* add node-gyp to make yarn installs faster

* trigger compile
dsinghvi authored May 7, 2024
1 parent 4f413dc commit ccfd722
Showing 34 changed files with 608 additions and 3 deletions.
290 changes: 290 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -106,6 +106,7 @@
"dependencies": {
"@fern-api/logging-execa": "workspace:^",
"@fern-fern/generator-exec-sdk": "^0.0.730",
"node-gyp": "^10.1.0",
"terminal-link": "^3.0.0",
"workspace": "^0.0.1-preview.1"
}
3 changes: 2 additions & 1 deletion packages/cli/cli/src/cli.ts
Original file line number Diff line number Diff line change
@@ -490,7 +490,8 @@ function addOpenAPIIrCommand(cli: Argv<GlobalCliOptions>, cliContext: CliContext
function addFdrCommand(cli: Argv<GlobalCliOptions>, cliContext: CliContext) {
cli.command(
"fdr <path-to-output>",
false, // hide from help message
// hide from help message
false,
(yargs) =>
yargs
.positional("path-to-output", {
317 changes: 315 additions & 2 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit ccfd722

Please sign in to comment.