smartrx/npmextra.json
2017-10-30 08:22:51 +01:00

16 lines
220 B
JSON

{
"npmci": {
"npmGlobalTools": [
"npmts"
]
},
"npmdocker": {
"command": "rm -r node_modules && yarn install && yarn test"
},
"npmts": {
"testConfig": {
"parallel": false
}
}
}