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

update github action

This commit is contained in:
Thomas Wilkerling
2025-05-23 19:16:51 +02:00
parent d082d1472c
commit c0471001f5
3 changed files with 10 additions and 4 deletions

View File

@@ -1,8 +1,6 @@
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("----------------------");