From 4bcf7aa10ebee92861820cc206b07bd1b528d223 Mon Sep 17 00:00:00 2001 From: bigfengyu Date: Wed, 14 Aug 2019 16:36:14 +0800 Subject: [PATCH] fix: lint command typo --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 128689c..056f0e1 100644 --- a/package.json +++ b/package.json @@ -10,8 +10,8 @@ "start-js": "react-scripts start", "start": "npm-run-all -p watch-css start-js --max-old-space-size=4096", "build": "npm run lint && npm run build-css && react-scripts build", - "test-backup": "npm run linter && react-scripts test --env=jsdom", - "test": "npm run linter", + "test-backup": "npm run lint && react-scripts test --env=jsdom", + "test": "npm run lint", "eject": "react-scripts eject", "lint": "tslint --project ./ -c tslint.json" },