diff --git a/package.json b/package.json index c46fdb434f..b5dee48fd6 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "scripts": { "build": "tsc", "test": "ava", - "watch:test": "ava -w" + "test-watch": "ava -w" }, "dependencies": { "change-case": "^3.0.0",