This commit is contained in:
poma 2020-04-17 21:54:27 +03:00
parent 2d9677831a
commit d4e6031982
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657
2 changed files with 2 additions and 2 deletions

View File

@ -11,4 +11,4 @@ install:
script:
- npm run test
- npm run eslint
- ./cli.js test
- node cli.js test

2
cli.js
View File

@ -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