mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-30 17:20:17 +02:00
add missing interface in build
This commit is contained in:
@@ -50,6 +50,7 @@ fs.existsSync("dist") || fs.mkdirSync("dist");
|
||||
});
|
||||
});
|
||||
|
||||
fs.copyFileSync("src/db/interface.js", "tmp/db/interface.js");
|
||||
fs.copyFileSync("task/babel." + (debug ? "debug": (minify ? "min" : "bundle")) + ".json", "tmp/.babelrc");
|
||||
fs.rmSync("dist/module" + (debug ? "-debug" : (minify ? "-min" : "")), { recursive: true });
|
||||
fs.mkdirSync("dist/module" + (debug ? "-debug" : (minify ? "-min" : "")));
|
||||
|
Reference in New Issue
Block a user