-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
19 lines (19 loc) · 1.47 KB
/
Copy pathpackage.json
File metadata and controls
19 lines (19 loc) · 1.47 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "codex-forge",
"private": true,
"type": "commonjs",
"scripts": {
"build:runner": "npm --prefix .. run build:runner",
"build:forge": "node ..\\scripts\\node\\run.js build -ProfileName forge -NoLaunch",
"electron": "npm run build:runner && node ..\\node_modules\\electron\\cli.js .\\electron\\main.js",
"electron:devtools": "npm run build:runner && node ..\\node_modules\\electron\\cli.js .\\electron\\main.js --devtools",
"electron:smoke": "npm run build:runner && node ..\\node_modules\\electron\\cli.js .\\electron\\main.js --smoke",
"runtime:list": "npm run build:runner && node ..\\scripts\\node\\forge-runtime.js list",
"runtime:sources": "npm run build:runner && node ..\\scripts\\node\\forge-runtime.js sources",
"runtime:capture": "npm run build:runner && node ..\\scripts\\node\\forge-runtime.js capture-current",
"runtime:import-official": "npm run build:runner && node ..\\scripts\\node\\forge-runtime.js import-official",
"runtime:activate-repo-dist": "npm run build:runner && node ..\\scripts\\node\\forge-runtime.js activate-repo-dist",
"state": "npm run build:runner && node ..\\scripts\\node\\forge-launcher.js --print-state",
"test": "npm run build:runner && npm run state && npm run runtime:sources && node ..\\shared\\codex-mod-loader\\build-compatibility-matrix.mjs && node ..\\shared\\patch-pack\\preflight.mjs --snapshot-label Codex.dmg --app-version 26.324.21641 --build-number 1228 && npm run electron:smoke"
}
}