-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjustfile
More file actions
45 lines (30 loc) · 993 Bytes
/
justfile
File metadata and controls
45 lines (30 loc) · 993 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
serve port="8787":
bash scripts/dev-server.sh {{port}}
install-hooks:
./scripts/install-hooks.sh
test: validate-json test-deck test-hints test-mnemonics test-phonetic test-tidbit-data test-tidbit-selection test-audio
validate-json:
node scripts/validate-json.js
test-deck:
node scripts/test-deck-regression.js
test-hints:
node scripts/test-hint-safety.js
test-mnemonics:
node scripts/test-mnemonic-curation.js
test-phonetic:
node scripts/test-phonetic-hint-pipeline.js
test-tidbit-data:
node scripts/test-tidbit-data.js
test-tidbit-selection:
node scripts/test-tidbit-selection.js
test-audio:
node scripts/test-audio-coverage.js
check: check-coverage audit validate
check-coverage:
node scripts/check-tidbit-coverage.js
audit mode="all":
node scripts/audit-mnemonics.js --mode {{mode}}
validate mode="all":
node scripts/validate-anchor-stories.js --mode {{mode}}
report-unmatched:
node scripts/report-unmatched-tidbits.js