mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
Add alias to debug the parser
This commit is contained in:
parent
0268243da3
commit
d013d953c4
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@
|
|||
"test": "jest -u",
|
||||
"tdd": "jest --watch",
|
||||
"decompile": "cd reference/maki_decompiler_1.1 && perl mdc.pl ../../fixtures/standardframe.maki",
|
||||
"interpret": "node ./cli.js ./fixtures/standardframe.maki"
|
||||
"interpret": "node ./cli.js ./fixtures/standardframe.maki",
|
||||
"debug": "node ./cli.js --inspect-brk ./fixtures/standardframe.maki"
|
||||
},
|
||||
"devDependencies": {
|
||||
"glob": "^7.1.4",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue