mirror of
https://github.com/tornadocash/tornado-core.git
synced 2025-06-21 12:44:17 -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:
|
script:
|
||||||
- npm run test
|
- npm run test
|
||||||
- npm run eslint
|
- 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
|
// Temporary demo client
|
||||||
// Works both in browser and node.js
|
// Works both in browser and node.js
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue