Skip to content

Commit 217f0d1

Browse files
fix: codegen chain api and web
1 parent ff663e0 commit 217f0d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "routis",
33
"private": true,
44
"scripts": {
5-
"codegen": "cd apps/web && npm run codegen"
5+
"codegen": "cd apps/api && uv run python export_schema.py && cd ../../apps/web && npm run codegen"
66
}
77
}

0 commit comments

Comments
 (0)