1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-27 07:44:35 +02:00

fix github action

This commit is contained in:
Thomas Wilkerling
2025-05-21 15:42:55 +02:00
parent c18bc9f975
commit c852a07de3
22 changed files with 61 additions and 23 deletions

View File

@@ -1,6 +1,5 @@
global.self = global;
const env = process.argv[3] && process.argv[3] === "--exit" ? process.argv[4] : process.argv[3];
console.log(env, process.argv)
const env = process.argv[process.argv.length - 1];
import { expect } from "chai";
console.log("--RELEASE-------------");
console.log(env ? "dist/" + env + ".js" : "src/bundle.js")