mirror of
https://github.com/quine-global/hyper.git
synced 2026-03-13 08:28:41 -08:00
Disable ava cache
This commit is contained in:
parent
1d2feae11c
commit
4573c743c9
1 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue