|
|
@ -3572,7 +3572,7 @@ |
|
|
|
"clean": "git clean -Xdf", |
|
|
|
"lint": "tslint --project tsconfig.json && tslint --project ui.tsconfig.json", |
|
|
|
"pack": "vsce package", |
|
|
|
"pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.ts\" && tslint --project tsconfig.json --fix && tslint --project ui.tsconfig.json --fix", |
|
|
|
"pretty": "prettier --config .prettierrc --loglevel warn --write \"./**/*.{ts,md,json}\" && tslint --project tsconfig.json --fix && tslint --project ui.tsconfig.json --fix", |
|
|
|
"pub": "vsce publish", |
|
|
|
"rebuild": "npm run reset && npm run build", |
|
|
|
"reset": "npm run clean && npm install --no-save", |
|
|
|