From a2a6096d329ff97e18c3a936f01536e8c10e9886 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 31 Jul 2018 00:09:27 -0400 Subject: [PATCH] Fixes pretty script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1506671..9740e35 100644 --- a/package.json +++ b/package.json @@ -3538,7 +3538,7 @@ "clean": "git clean -Xdf", "lint": "tslint --project tsconfig.json && npm run ui:lint", "pack": "vsce package", - "pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.ts\"", + "pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.ts\" && tslint --project tsconfig.json --fix && tslint --project ui.tsconfig.json --fix", "pub": "vsce publish", "rebuild": "npm run reset && npm run lint && tsc -m commonjs -p ./ && npm run ui:build", "reset": "npm run clean && npm install --no-save",