From ac2f9df6ece3d233842c389d0b94a7676db03677 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 6 Jun 2020 23:36:23 +0300 Subject: ci: congifure circle :construction_worker: --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 8233eb7..c4dbec6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "lint": "eslint . --ext ts,tsx --max-warnings 0" + "lint": "eslint . --ext ts,tsx --max-warnings 0", + "test": "npm run lint" }, "browserslist": { "production": [ -- cgit v1.2.3