瀏覽代碼

Fixes pretty script

main
Eric Amodio 6 年之前
父節點
當前提交
a2a6096d32
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      package.json

+ 1
- 1
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",

Loading…
取消
儲存