1
0
mirror of https://github.com/nextapps-de/flexsearch.git synced 2025-08-29 16:50:13 +02:00

fix github action

This commit is contained in:
Thomas Wilkerling
2025-05-21 16:15:00 +02:00
parent ca7a7d61fc
commit 5c9f69e5c4

View File

@@ -4,7 +4,7 @@
"scripts": {
"test": "mocha ./*.js --exit",
"test:ts": "npx tsc --noEmit --lib esnext ./types.ts",
"test:github": "npm run test:ts && mocha \"./*.js\" --exit flexsearch.compact.min && mocha \"./*.js\" --exit flexsearch.compact.module.min",
"test:github": "npm run test:ts && mocha ./test/*.js --exit flexsearch.compact.min && mocha ./test/*.js --exit flexsearch.compact.module.min",
"test:coverage": "c8 -c ./.c8rc.json mocha ./*.js --exit",
"test:keystore": "set NODE_OPTIONS=--max-old-space-size=16000 && c8 -c ./.c8rc.json mocha ./keystore.js --exit",
"test:db": "c8 -c ./.c8rc.json mocha ./persistent.*.js --exit",