Skip to content

Commit 1ececde

Browse files
committed
chore: be more explicit
1 parent 9d81648 commit 1ececde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"start:kovan": "env-cmd -f ./.env.kovan ts-node --transpile-only --files -r dotenv-safe/config ./src/index.ts",
1212
"lint:secrets": "secretlint \"**/*\"",
1313
"lint": "npm run lint:secrets",
14-
"cleanDB": "rimraf ./db-*",
14+
"deleteDBs": "rimraf ./db-*",
1515
"release": "standard-version"
1616
},
1717
"author": "Kleros",

0 commit comments

Comments
 (0)