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:23:56 +02:00
parent 925d8312ad
commit c18bc9f975

View File

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