watcher-ts/package.json
Ashwin Phatak 1cbd70e57c
Add script to reset the databases. (#211)
Co-authored-by: prathamesh0 <prathamesh.musale0@gmail.com>
2021-08-12 14:54:31 +05:30

17 lines
342 B
JSON

{
"name": "watcher-ts",
"private": true,
"workspaces": [
"packages/*"
],
"devDependencies": {
"lerna": "^4.0.0"
},
"scripts": {
"test": "lerna run test --stream --no-bail",
"lint": "lerna run lint --stream",
"build:contracts": "lerna run build:contracts",
"db:reset": "sudo ./scripts/reset-dbs.sh"
}
}