Skip to content

Commit e59c44a

Browse files
committed
fix package.json
1 parent 15cbf29 commit e59c44a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

servers/curated-corpus-api/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@
44
"description": "",
55
"main": "dist/main.js",
66
"scripts": {
7-
"build": "rm -rf dist && tsc && npm run build-schema-admin && npm run build-schema-public && npm run build-glean-debug",
7+
"build": "rm -rf dist && tsc && npm run build-schema-admin && npm run build-schema-public && npm run build-glean",
88
"build-schema-admin": "node dist/admin/buildSchema.js",
99
"build-schema-public": "node dist/public/buildSchema.js",
10-
"build-glean-debug": "glean translate src/events/glean/backend-metrics.yaml -f typescript -o ./src/events/glean/generated",
1110
"build-glean": "glean translate src/events/glean/backend-metrics.yaml -f typescript_server --option module_spec=es -o ./src/events/glean/generated",
1211
"watch": "tsc -w & nodemon",
1312
"start": "npm run migrate:prisma-deploy && node dist/main.js",
@@ -33,8 +32,8 @@
3332
"author": "",
3433
"license": "ISC",
3534
"dependencies": {
36-
"@apollo/server": "4.11.0",
3735
"@apollo/server-plugin-response-cache": "4.1.3",
36+
"@apollo/server": "4.11.0",
3837
"@apollo/subgraph": "2.9.0",
3938
"@aws-sdk/client-eventbridge": "3.529.1",
4039
"@aws-sdk/client-s3": "3.529.1",
@@ -55,10 +54,10 @@
5554
"dataloader": "^2.2.2",
5655
"date-fns": "2.29.3",
5756
"express": "4.19.2",
58-
"graphql": "16.9.0",
5957
"graphql-scalars": "1.22.4",
6058
"graphql-tag": "2.12.6",
6159
"graphql-upload": "15.0.2",
60+
"graphql": "16.9.0",
6261
"luxon": "3.4.4",
6362
"metadata-scraper": "^0.2.61",
6463
"mime-types": "2.1.35",

0 commit comments

Comments
 (0)