-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.58 KB
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
{
"name": "version-control-bench",
"version": "0.1.0",
"type": "module",
"private": true,
"scripts": {
"but:build": "cd /Users/kiril/src/gitbutler && cargo build --release -p but --features packaged-but-distribution",
"pilot:fixture": "node scripts/create-pilot-fixture.mjs",
"pilot:verify": "node scripts/verify-pilot.mjs",
"pilot:check": "node scripts/run-pilot-checks.mjs",
"pilot:agent": "node scripts/run-pilot-agent.mjs",
"pilot2:fixture": "node scripts/create-pilot2-fixture.mjs",
"pilot2:verify": "node scripts/verify-pilot2.mjs",
"pilot2:check": "node scripts/run-pilot2-checks.mjs",
"pilot3:fixture": "node scripts/create-pilot3-fixture.mjs",
"pilot3:verify": "node scripts/verify-pilot3.mjs",
"pilot3:check": "node scripts/run-pilot3-checks.mjs",
"pilot4:fixture": "node scripts/create-pilot4-fixture.mjs",
"pilot4:verify": "node scripts/verify-pilot4.mjs",
"pilot4:check": "node scripts/run-pilot4-checks.mjs",
"pilot5:fixture": "node scripts/create-pilot5-fixture.mjs",
"pilot5:verify": "node scripts/verify-pilot5.mjs",
"pilot5:check": "node scripts/run-pilot5-checks.mjs",
"pilot6:fixture": "node scripts/create-pilot6-fixture.mjs",
"pilot6:verify": "node scripts/verify-pilot6.mjs",
"pilot6:check": "node scripts/run-pilot6-checks.mjs",
"matrix:run": "node scripts/run-full-matrix.mjs",
"matrix:merge": "node scripts/merge-matrix-batches.mjs",
"runs:export": "node scripts/export-batch-artifacts.mjs",
"web:data": "node scripts/build-web-data.mjs"
},
"engines": {
"node": ">=20"
}
}