2
0
mirror of https://github.com/thumbsup/thumbsup synced 2024-11-03 15:40:14 +00:00

Run full CI build locally as part of "npm test" to avoid surprises

This commit is contained in:
Romain 2017-03-07 17:44:17 +11:00
parent f7451db36e
commit 5d82cabd1c

View File

@ -22,7 +22,8 @@
"thumbsup": "./bin/thumbsup.js"
},
"scripts": {
"test": "mocha"
"test": "./scripts/cibuild",
"test-only": "mocha"
},
"dependencies": {
"async": "^2.1.2",