diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-13 04:21:48 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2022-08-15 06:09:11 +0200 |
commit | 08d5aca13230308cb80199cf7a64e2d9752038f6 (patch) | |
tree | e52e554559a37c56214906f04171a7efb098428c /scripts/update_schemas.js | |
parent | restructure to single project (diff) | |
download | server-08d5aca13230308cb80199cf7a64e2d9752038f6.tar.xz |
Update scripts, update workspace, add launch.json
Diffstat (limited to 'scripts/update_schemas.js')
-rw-r--r-- | scripts/update_schemas.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update_schemas.js b/scripts/update_schemas.js index a018120b..361bedc1 100644 --- a/scripts/update_schemas.js +++ b/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('.')); \ No newline at end of file |