Skip to content

Commit a2a6096

Browse files
committed
Fixes pretty script
1 parent c38ead4 commit a2a6096

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3538,7 +3538,7 @@
35383538
"clean": "git clean -Xdf",
35393539
"lint": "tslint --project tsconfig.json && npm run ui:lint",
35403540
"pack": "vsce package",
3541-
"pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.ts\"",
3541+
"pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.ts\" && tslint --project tsconfig.json --fix && tslint --project ui.tsconfig.json --fix",
35423542
"pub": "vsce publish",
35433543
"rebuild": "npm run reset && npm run lint && tsc -m commonjs -p ./ && npm run ui:build",
35443544
"reset": "npm run clean && npm install --no-save",

0 commit comments

Comments
 (0)