smartrx/npmextra.json

16 lines
220 B
JSON
Raw Normal View History

2017-10-26 13:08:34 +00:00
{
"npmci": {
"npmGlobalTools": [
"npmts"
]
2017-10-26 20:56:01 +00:00
},
"npmdocker": {
"command": "rm -r node_modules && yarn install && yarn test"
2017-10-30 07:22:51 +00:00
},
"npmts": {
"testConfig": {
"parallel": false
}
2017-10-26 13:08:34 +00:00
}
}