mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-05-05 15:55:00 -04:00
fix cli
This commit is contained in:
parent
2d9677831a
commit
d4e6031982
2 changed files with 2 additions and 2 deletions
|
@ -11,4 +11,4 @@ install:
|
|||
script:
|
||||
- npm run test
|
||||
- npm run eslint
|
||||
- ./cli.js test
|
||||
- node cli.js test
|
||||
|
|
2
cli.js
2
cli.js
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env NODE_OPTIONS=--no-warnings node
|
||||
#!/usr/bin/env node
|
||||
// Temporary demo client
|
||||
// Works both in browser and node.js
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue