mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-18 20:49:36 +01:00
editor: make build scripts compatible with windows
This commit is contained in:
@@ -44,5 +44,3 @@ fs.writeFileSync(
|
||||
path.join(ROOT_DIR, "src", "extensions", "code-block", "languages.json"),
|
||||
JSON.stringify(languagesList)
|
||||
);
|
||||
|
||||
await $`cd ${ROOT_DIR} && npx tsc ${process.argv.slice(3)}`;
|
||||
|
||||
Reference in New Issue
Block a user