From 0927395f0f565639e01214ae3e0d2f0990540fcd Mon Sep 17 00:00:00 2001 From: Tee Date: Thu, 18 Mar 2021 23:46:47 -0400 Subject: [PATCH] chore(scripts): Update doc scripts. --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 664e27a..64b5fd8 100644 --- a/package.json +++ b/package.json @@ -11,11 +11,11 @@ "SDK" ], "scripts": { - "format": "prettier --config .prettierrc.json 'src/**/*.ts' --write", + "prettier": "prettier --config .prettierrc.json 'src/**/*.ts' --write", "lint": "eslint . --ext .ts", - "lint-and-fix": "eslint . --ext .ts --fix", - "test": "jest", - "build": "tsc" + "lint:fix": "eslint . --ext .ts --fix", + "test": "npm run lint && jest", + "build": "npm run lint:fix && tsc" }, "repository": { "type": "git",