Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
armandobelardo committed Apr 24, 2024
1 parent 7fb60c9 commit 34b6101
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion generators/ruby/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@fern-api/fs-utils": "workspace:*",
"@fern-api/generator-commons": "workspace:*",
"@fern-api/logging-execa": "workspace:^",
"@fern-api/logging-execa": "workspace:*",
"@fern-api/ruby-codegen": "workspace:*",
"@fern-api/ruby-generator-cli": "workspace:*",
"@fern-fern/generator-exec-sdk": "^0.0.748",
Expand Down
1 change: 1 addition & 0 deletions generators/ruby/model/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"include": ["./src/**/*"],
"references": [
{ "path": "../../../packages/commons/fs-utils" },
{ "path": "../../../packages/commons/logging-execa" },
{ "path": "../../commons" },
{ "path": "../cli" },
{ "path": "../codegen" }
Expand Down
5 changes: 2 additions & 3 deletions generators/ruby/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,13 @@
"dist:cli": "yarn compile && node build.cjs",
"publish:cli": "yarn dist:cli && cd dist && yarn npm publish",
"dockerTagLatest": "yarn dist:cli && docker build -f ./Dockerfile -t fernapi/fern-ruby-sdk:latest ../../..",
"dockerTagVersionMP": "yarn dist:cli && docker buildx build -f ./Dockerfile -t fernarmand/fern-ruby-sdk:${0} --push --platform=linux/amd64,linux/arm64,linux/arm/v7 ../../..",
"dockerTagVersion": "yarn dist:cli && docker build -f ./Dockerfile -t fernarmand/fern-ruby-sdk:${0} ../../.."
"dockerTagVersion": "yarn dist:cli && docker build -f ./Dockerfile -t fernapi/fern-ruby-sdk:${0} ../../.."
},
"dependencies": {
"@fern-api/fern-ruby-model": "workspace:*",
"@fern-api/fs-utils": "workspace:*",
"@fern-api/generator-commons": "workspace:*",
"@fern-api/logging-execa": "workspace:^",
"@fern-api/logging-execa": "workspace:*",
"@fern-api/ruby-codegen": "workspace:*",
"@fern-api/ruby-generator-cli": "workspace:*",
"@fern-fern/generator-exec-sdk": "^0.0.748",
Expand Down
1 change: 1 addition & 0 deletions generators/ruby/sdk/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"include": ["./src/**/*"],
"references": [
{ "path": "../../../packages/commons/fs-utils" },
{ "path": "../../../packages/commons/logging-execa" },
{ "path": "../../commons" },
{ "path": "../cli" },
{ "path": "../codegen" },
Expand Down

0 comments on commit 34b6101

Please sign in to comment.