Open buritica opened 5 years ago
we’d still have to install a global dependency, and we’re trying to reduce those
-- Juan Pablo Buritica t: buritica
On Thu, Oct 17 2019 at 08:48, < notifications@github.com > wrote:
@dianjuar commented on this pull request. In package.json ( https://github.com/colombia-dev/leonel/pull/115#discussion_r336015041 ) : @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "node index.js", - "test": "./node_modules/.bin/standard && ./node_modules/.bin/ava", + "test": "standard && ava", What about using npx ava ? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub ( https://github.com/colombia-dev/leonel/pull/115?email_source=notifications&email_token=AABXWGAC32I5S7C2IZTLAKDQPBULXA5CNFSM4I56BZYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCIJYO2A#discussion_r336015041 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AABXWGFWFIJOTAIB2RDIZULQPBULXANCNFSM4I56BZYA ).
@dianjuar commented on this pull request.
In package.json ( https://github.com/colombia-dev/leonel/pull/115#discussion_r336015041 ) :
@@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "node index.js", - "test": "./node_modules/.bin/standard && ./node_modules/.bin/ava", + "test": "standard && ava",
What about using npx ava ?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub ( https://github.com/colombia-dev/leonel/pull/115?email_source=notifications&email_token=AABXWGAC32I5S7C2IZTLAKDQPBULXA5CNFSM4I56BZYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCIJYO2A#discussion_r336015041 ) , or unsubscribe ( https://github.com/notifications/unsubscribe-auth/AABXWGFWFIJOTAIB2RDIZULQPBULXANCNFSM4I56BZYA ).
we’d still have to install a global dependency, and we’re trying to reduce those
-- Juan Pablo Buritica t: buritica
On Thu, Oct 17 2019 at 08:48, < notifications@github.com > wrote: