Skip to content

Commit a4b32e5

Browse files
committed
Repair build script
1 parent f2b0f64 commit a4b32e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"generate:graphql:json": "npm run generate:graphql:merge && apollo-codegen introspect-schema graphql.schema.graphql --output graphql.schema.json",
1919
"generate:graphql:typescript": "gql-gen --schema graphql.schema.json --template typescript --out ./types/graphql.d.ts",
2020
"prebuild": "rimraf -- dist .next",
21-
"build": "npm run generate:graphql:json && npm run generate:graphql:typescript && next build && tsc --project tsconfig.server.json && npm run generate:lang",
21+
"build": "npm run generate:graphql:json && npm run generate:graphql:typescript && npm run generate:lang && next build && tsc --project tsconfig.server.json",
2222
"start": "NODE_ENV=production node dist/index.js",
2323
"dev": "npm run generate:graphql:json && npm run generate:graphql:typescript && npm run generate:lang && nodemon server/index.ts",
2424
"debug": "node --inspect dist/index.js",

0 commit comments

Comments
 (0)