mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-08-27 07:44:35 +02:00
more tests, more fixes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
global.self = global;
|
||||
const env = process.argv[3];
|
||||
const env = process.argv[3] && process.argv[3].startsWith("--") ? process.argv[4] : process.argv[3];
|
||||
import { expect } from "chai";
|
||||
console.log("--RELEASE-------------");
|
||||
console.log(env ? "dist/" + env + ".js" : "src/bundle.js")
|
||||
|
Reference in New Issue
Block a user