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:
parent
f7451db36e
commit
5d82cabd1c
@ -22,7 +22,8 @@
|
||||
"thumbsup": "./bin/thumbsup.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
"test": "./scripts/cibuild",
|
||||
"test-only": "mocha"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^2.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user