|
9 | 9 | "regenparser": "node support/build/regenparser.js",
|
10 | 10 | "prebrun": "npm run devbuild",
|
11 | 11 | "brun": "node support/run/brun.js -p",
|
12 |
| - "prebrundebug": "npm run devbuild", |
13 |
| - "brundebug": "node support/run/brun.js -d -p", |
14 |
| - "prebrun3": "npm run devbuild", |
15 |
| - "brun3": "node support/run/brun.js --python3 -p", |
16 |
| - "brun3debug": "node support/run/brun.js -d -p", |
17 |
| - "brun3debug": "node support/run/brun.js --python3 -d -p", |
18 | 12 | "prebtest": "npm run devbuild && node support/build/wrapmodules.js unit2 && node support/build/wrapmodules.js unit3",
|
19 | 13 | "btest": "node support/run/brun.js -t",
|
20 | 14 | "doc": "echo 'Building Documentation in docs/ProgMan' && jsdoc -c jsdoc.json HACKING.md",
|
21 |
| - "dist": "npm run build && npm run testopt && npm run test3opt && npm run doc && node support/build/copy2docs.js", |
| 15 | + "dist": "npm run build && npm run test && npm run doc && node support/build/copy2docs.js", |
22 | 16 | "repl": "node repl/repl.js",
|
23 | 17 | "prebuild": "node support/build/wrapmodules.js internal",
|
24 | 18 | "build": "webpack --mode production",
|
|
27 | 21 | "devbuild": "webpack --mode development",
|
28 | 22 | "postdevbuild": "node support/build/wrapmodules.js builtin",
|
29 | 23 | "watch": "webpack --watch --mode development",
|
30 |
| - "test": "node test/testwrapper.js && node test/testunit.js", |
31 |
| - "testopt": "node test/testwrapper.js -o && node test/testunit.js -o", |
32 |
| - "test3": "node test/testunit.js skulpt.js --python3", |
33 |
| - "test3opt": "node test/testunit.js -o --python3", |
34 |
| - "run": "node support/run/runfile.js -p", |
35 |
| - "run3": "node support/run/runfile.js --python3 -p", |
36 |
| - "profile": "node --prof --no-logfile-per-isolate --log-internal-timer-events support/run/runfile.js -o -p", |
37 |
| - "postprofile": "node --prof-process v8.log", |
38 |
| - "profile3": "node --prof --no-logfile-per-isolate --log-internal-timer-events support/run/runfile.js -o --python3 -p", |
39 |
| - "postprofile3": "node --prof-process v8.log" |
| 24 | + "test": "node test/testwrapper.js && node test/testunit.js && node test/testunit.js --python3", |
| 25 | + "start": "node support/run/runfile.js", |
| 26 | + "profile": "node --prof --no-logfile-per-isolate --log-internal-timer-events support/run/runfile.js -o", |
| 27 | + "postprofile": "node --prof-process v8.log" |
40 | 28 | },
|
41 | 29 | "repository": {
|
42 | 30 | "type": "git",
|
|
0 commit comments