Skip to content

Commit 509933e

Browse files
committed
tidying up
1 parent cd84dc3 commit 509933e

File tree

5 files changed

+3
-8
lines changed

5 files changed

+3
-8
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Created by https://www.toptal.com/developers/gitignore/api/node,macos,intellij,visualstudiocode,go
22
# Edit at https://www.toptal.com/developers/gitignore?templates=node,macos,intellij,visualstudiocode,go
33

4+
packages/common/src/prisma-client
45
### Go ###
56
# If you prefer the allow list template instead of the deny list, see community template:
67
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore

package-lock.json

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/common/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"devDependencies": {
2626
"@octokit/types": "^16.0.0",
2727
"@types/aws-lambda": "^8.10.161",
28-
"prisma": "^7.3.0",
29-
"tsx": "^4.21.0"
28+
"prisma": "^7.3.0"
3029
}
3130
}

packages/obligatron/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"type": "module",
55
"scripts": {
66
"start": "APP=obligatron tsx src/run-locally.ts",
7-
"build": "esbuild src/index.ts --bundle --platform=node --target=node20 --outdir=dist --external:@prisma/client --external:prisma",
87
"build": "esbuild src/index.ts --bundle --platform=node --target=node20 --outdir=dist --external:@prisma/client --external:prisma --format=esm --banner:js=\"import { createRequire } from 'module'; const require = createRequire(import.meta.url);\"",
98
"postbuild": "cp package.json dist/package.json",
109
"typecheck": "tsc --noEmit",

packages/repocop/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
import { CloudWatchClient } from '@aws-sdk/client-cloudwatch';
22
import { awsClientConfig } from 'common/aws.js';
3-
import { awsClientConfig } from 'common/aws.js';
4-
import { getRepoOwnership, getRepositories } from 'common/database-queries.js';
53
import {
64
getExternalTeams,
75
getRepoOwnership,
86
getRepositories,
97
} from 'common/database-queries.js';
108
import { partition, stageAwareOctokit } from 'common/functions.js';
11-
import { partition, stageAwareOctokit } from 'common/functions.js';
129
import type {
1310
github_repository_custom_properties,
1411
guardian_github_actions_usage,

0 commit comments

Comments
 (0)