Skip to content

Commit

Permalink
chore: remove sdk-node workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rajdip-b committed Jan 28, 2024
1 parent 614c304 commit 655ad27
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 52 deletions.
50 changes: 0 additions & 50 deletions .github/workflows/sdk-node.yaml

This file was deleted.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"lint:web": "nx run web:lint",
"lint:workspace": "nx run workspace:lint",
"lint:cli": "nx run cli:lint",
"lint:fix": "nx run-many -p api web workspace -t lint --fix --parallel",
"prettier:fix": "nx run-many -t prettier:lint --parallel",
"prettier:fix:api": "nx run api:prettier:fix",
"build": "nx run-many -t build -p api web workspace --parallel --maxParallel 3",
Expand Down
3 changes: 1 addition & 2 deletions tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"skipDefaultLibCheck": true,
"baseUrl": ".",
"paths": {
"cli": ["apps/cli/src/index.ts"],
"sdk-node": ["packages/sdk-node/src/index.ts"]
"cli": ["apps/cli/src/index.ts"]
}
},
"exclude": ["node_modules", "tmp"]
Expand Down

0 comments on commit 655ad27

Please sign in to comment.