-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] [update] dependencies #115
base: upgrade
Are you sure you want to change the base?
Conversation
@@ -5,7 +5,7 @@ | |||
"main": "index.js", | |||
"scripts": { | |||
"start": "node index.js", | |||
"test": "./node_modules/.bin/standard && ./node_modules/.bin/ava", | |||
"test": "standard && ava", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I revert this change because in windows not recognized ./node_modules/...
or .\\node_modules\\...
command, I will specify standard and ava global as requirements in the Readme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about using npx ava
?
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, < ***@***.*** > wrote:
***@***.**** commented on this pull request.
In package.json (
#115 (comment) ) :
> @@ -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 (
#115?email_source=notifications&email_token=AABXWGAC32I5S7C2IZTLAKDQPBULXA5CNFSM4I56BZYKYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOCIJYO2A#discussion_r336015041
) , or unsubscribe (
https://github.com/notifications/unsubscribe-auth/AABXWGFWFIJOTAIB2RDIZULQPBULXANCNFSM4I56BZYA
).
|
No description provided.