fix test script on windows

This commit is contained in:
Feross Aboukhadijeh
2016-05-13 23:11:55 -07:00
parent 6768be710e
commit c126ac0a84

View File

@@ -80,7 +80,7 @@
"open-config": "node ./bin/open-config.js",
"package": "node ./bin/package.js",
"start": "electron .",
"test": "standard && ./bin/check-deps.js",
"test": "standard && node ./bin/check-deps.js",
"update-authors": "./bin/update-authors.sh"
}
}