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

debug github action

This commit is contained in:
Thomas Wilkerling
2025-05-23 19:03:44 +02:00
parent 6070107779
commit d082d1472c

View File

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