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

github actions: test directory issue

This commit is contained in:
Thomas Wilkerling
2025-04-17 15:25:30 +02:00
parent a8bc4d56c7
commit 6df662d084
2 changed files with 2 additions and 1 deletions

View File

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