From bc180ea761afa03bc3f6ba380d9a0ba2b63e7176 Mon Sep 17 00:00:00 2001 From: Ayc0 Date: Thu, 14 Oct 2021 23:21:32 +0200 Subject: [PATCH] =?UTF-8?q?add=20=E2=80=9Cyarn=20test=E2=80=9D=20to=20?= =?UTF-8?q?=E2=80=9Cyarn=20deploy=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34caa2e..1f3df84 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "scripts": { "test": "jest", "build": "./build.js", - "deploy": "yarn build && ./deploy.js" + "deploy": "yarn build && yarn test && ./deploy.js" }, "devDependencies": { "@testing-library/react-hooks": "^5.1.2",