From c7fdb9d549c0869c6c0a8222df40526b8348ba60 Mon Sep 17 00:00:00 2001 From: Zack Stickles Date: Wed, 13 May 2020 15:37:50 -0700 Subject: [PATCH] fix: spelling mistake in scripts --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6042df000..49f90f4aa 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "lint": "eslint src/", "lint:fix": "npm run lint -- --fix", "test": "jest", - "test:watch": "npm rest -- --watch" + "test:watch": "npm test -- --watch" }, "husky": { "hooks": {