mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
chore: clean up leftover pfapi references after refactor
- Remove dead test:shard:pfapi script from package.json - Update AGENTS.md persistence layer path to op-log and sync - Update documentation file paths in secure-storage.md, vector-clocks.md, and quick-reference.md
This commit is contained in:
parent
d50dc73674
commit
4e49628eca
5 changed files with 25 additions and 27 deletions
|
|
@ -117,7 +117,6 @@
|
|||
"test:fast": "cross-env TZ='Europe/Berlin' NODE_OPTIONS='--max-old-space-size=4096' ng test --watch=false --no-code-coverage --source-map=false",
|
||||
"test:fast:watch": "cross-env TZ='Europe/Berlin' NODE_OPTIONS='--max-old-space-size=4096' ng test --browsers ChromeHeadless --no-code-coverage --source-map=false",
|
||||
"test:shard:features": "cross-env TZ='Europe/Berlin' ng test --watch=false --include='src/app/features/**/*.spec.ts'",
|
||||
"test:shard:pfapi": "cross-env TZ='Europe/Berlin' ng test --watch=false --include='src/app/pfapi/**/*.spec.ts'",
|
||||
"test:shard:ui": "cross-env TZ='Europe/Berlin' ng test --watch=false --include='src/app/ui/**/*.spec.ts'",
|
||||
"test:shard:core": "cross-env TZ='Europe/Berlin' ng test --watch=false --include='src/app/core/**/*.spec.ts'",
|
||||
"test:shard:util": "cross-env TZ='Europe/Berlin' ng test --watch=false --include='src/app/util/**/*.spec.ts'",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue