Skip to content

Commit

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

This reverts commit ccfd722.
  • Loading branch information
dsinghvi authored May 7, 2024
1 parent ccfd722 commit b379bd8
Show file tree
Hide file tree
Showing 34 changed files with 3 additions and 608 deletions.
290 changes: 0 additions & 290 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 removed .yarn/cache/nopt-npm-7.2.1-635b7da949-6fa729cc77.zip
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: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@
"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"
}
Expand Down
3 changes: 1 addition & 2 deletions packages/cli/cli/src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,7 @@ function addOpenAPIIrCommand(cli: Argv<GlobalCliOptions>, cliContext: CliContext
function addFdrCommand(cli: Argv<GlobalCliOptions>, cliContext: CliContext) {
cli.command(
"fdr <path-to-output>",
// hide from help message
false,
false, // hide from help message
(yargs) =>
yargs
.positional("path-to-output", {
Expand Down
Loading

0 comments on commit b379bd8

Please sign in to comment.