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

fix github action

This commit is contained in:
Thomas Wilkerling
2025-05-21 15:12:55 +02:00
parent b0db87d3f5
commit 925d8312ad
3 changed files with 3 additions and 0 deletions

View File

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