|
19 | 19 | "btest": "node support/run/brun.js -t",
|
20 | 20 | "doc": "echo 'Building Documentation in docs/ProgMan' && jsdoc -c jsdoc.json HACKING.md",
|
21 | 21 | "dist": "npm run build && npm run testopt && npm run test3opt && npm run doc && node support/build/copy2docs.js",
|
22 |
| - "repl": "npm run devbuild && node repl/repl.js dist/skulpt.js", |
| 22 | + "repl": "node repl/repl.js", |
23 | 23 | "prebuild": "node support/build/wrapmodules.js internal",
|
24 | 24 | "build": "webpack --mode production",
|
25 | 25 | "postbuild": "node support/build/wrapmodules.js builtin",
|
|
31 | 31 | "testopt": "node test/testwrapper.js -o && node test/testunit.js -o",
|
32 | 32 | "test3": "node test/testunit.js skulpt.js --python3",
|
33 | 33 | "test3opt": "node test/testunit.js -o --python3",
|
34 |
| - "run": "node test/runfile.js -p", |
35 |
| - "run3": "node test/runfile.js --python3 -p", |
36 |
| - "runopt": "node test/runfile.js -o -p", |
37 |
| - "run3opt": "node test/runfile.js -o --python3 -p", |
38 |
| - "preprofile": "npm run build", |
39 |
| - "profile": "node --prof --no-logfile-per-isolate --log-internal-timer-events test/runfile.js -o -p", |
| 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", |
40 | 37 | "postprofile": "node --prof-process v8.log",
|
41 |
| - "preprofile3": "npm run build", |
42 |
| - "profile3": "node --prof --no-logfile-per-isolate --log-internal-timer-events test/runfile.js -o --python3 -p", |
| 38 | + "profile3": "node --prof --no-logfile-per-isolate --log-internal-timer-events support/run/runfile.js -o --python3 -p", |
43 | 39 | "postprofile3": "node --prof-process v8.log"
|
44 | 40 | },
|
45 | 41 | "repository": {
|
|
0 commit comments