Disable ava cache

This commit is contained in:
Mork Swork 2026-02-12 00:53:18 -05:00
parent 1d2feae11c
commit 4573c743c9

View file

@ -13,9 +13,9 @@
"build": "cross-env NODE_ENV=production webpack && tsc -b -v && cross-env BABEL_ENV=production babel target/renderer/bundle.js --out-file target/renderer/bundle.js --no-comments --minified",
"lint": "eslint . --fix --ext .js,.jsx,.ts,.tsx,.json",
"test": "yarn run lint && yarn run test:unit",
"test:unit": "cross-env DEBUG=ava:watcher ava",
"test:unit": "cross-env DEBUG=ava:watcher ava --no-cache",
"test:unit:watch": "yarn run test:unit -- --watch",
"test:e2e": "cross-env DEBUG=ava:watcher ava --config ava-e2e.config.js",
"test:e2e": "cross-env DEBUG=ava:watcher ava --no-cache --config ava-e2e.config.js",
"postinstall": "yarn run v8-snapshot && webpack --config-name hyper-app && yarn run install-app-deps-with-retry && yarn run rebuild-node-pty && cpy --cwd=target node_modules \"../../app/\" && husky && yarn run generate-schema",
"install-app-deps-with-retry": "electron-builder install-app-deps || electron-builder install-app-deps || electron-builder install-app-deps",
"rebuild-node-pty": "electron-rebuild -f -o node-pty -m target",