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",