Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
manjarres09 committed Jan 16, 2025
1 parent ad28a21 commit ca76acc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 28 deletions.
14 changes: 1 addition & 13 deletions nx.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
{
"npmScope": "ns3",
"tasksRunnerOptions": {
"default": {
"runner": "nx-cloud",
"options": {
"cacheableOperations": ["build", "lint", "test", "e2e"],
"accessToken": "YzQ0ZjZiNmItNDVjMi00OTVkLWI0YTMtZTJjYjBhZDE0YWEwfHJlYWQtd3JpdGU=",
"canTrackAnalytics": false,
"showUsageWarnings": true,
"parallel": 1
}
}
},
"npmScope": "trades-org",
"workspaceLayout": {
"appsDir": "e2e",
"libsDir": "packages"
Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
"url": "https://github.com/trades-org/nx-plugins.git"
},
"scripts": {
"postinstall": "npm run tools",
"script": "node tools/src/scripts",
"nx": "nx",
"start": "nx serve",
"build": "nx build",
Expand All @@ -31,7 +29,6 @@
"dep-graph": "nx dep-graph",
"help": "nx help",
"commit": "git-cz",
"tools": "tsc --project tools/src/tsconfig.json",
"semantic-release": "semantic-release",
"prepare": "husky install"
},
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6562,18 +6562,6 @@ __metadata:
languageName: unknown
linkType: soft

"@trades-org/nx-jest-playwright@workspace:packages/nx-jest-playwright":
version: 0.0.0-use.local
resolution: "@trades-org/nx-jest-playwright@workspace:packages/nx-jest-playwright"
languageName: unknown
linkType: soft

"@trades-org/nx-npm@workspace:packages/nx-npm":
version: 0.0.0-use.local
resolution: "@trades-org/nx-npm@workspace:packages/nx-npm"
languageName: unknown
linkType: soft

"@trades-org/nx-serverless@workspace:packages/nx-serverless":
version: 0.0.0-use.local
resolution: "@trades-org/nx-serverless@workspace:packages/nx-serverless"
Expand Down

0 comments on commit ca76acc

Please sign in to comment.