From a80487e35e1eb3898aedba0dae67eb13654d9991 Mon Sep 17 00:00:00 2001 From: Sachin Kumar Date: Sat, 6 May 2023 14:25:35 +0530 Subject: [PATCH] chore: update fix script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aedf2a50..9cac1f47 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "test:only": "cross-env NODE_ENV=test jest", "fix:js": "npm run lint:js -- --fix", "fix:prettier": "npm run lint:prettier -- --write", - "fix": "npm-run-all -l -p \"fix:**\"", + "fix": "npm-run-all -l fix:js fix:prettier", "lint:spelling": "cspell \"**/*.*\"", "test:watch": "npm run test:only -- --watch", "test:manual": "npm run build && webpack-dev-server test/manual/src/index.js --open --config test/manual/webpack.config.js",