summary refs log tree commit diff
path: root/bundle/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'bundle/scripts')
-rw-r--r--bundle/scripts/update_schemas.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle/scripts/update_schemas.js b/bundle/scripts/update_schemas.js

index 516b9592..a018120b 100644 --- a/bundle/scripts/update_schemas.js +++ b/bundle/scripts/update_schemas.js
@@ -6,4 +6,4 @@ const { argv, stdout, exit } = require("process"); const { execIn, getLines, parts } = require("./utils"); -execIn("node scripts/generate_schema.js", path.join("..", "..", "api")); \ No newline at end of file +execIn("node scripts/generate_schema.js", path.join("..", "api")); \ No newline at end of file