瀏覽代碼

Fixes linting

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

+ 1
- 1
package.json 查看文件

@ -3033,7 +3033,7 @@
"build-ui": "webpack --context ./src/ui --config ./src/ui/webpack.config.js",
"bundle": "npm run lint && webpack --env.production --context ./src/ui --config ./src/ui/webpack.config.js && webpack --env.production",
"clean": "git clean -Xdf",
"lint": "tslint --project tslint.json",
"lint": "tslint --project tsconfig.json",
"pack": "vsce package",
"pub": "vsce publish",
"rebuild": "npm run reset && npm run lint && tsc -m commonjs -p ./ && npm run build-ui",

Loading…
取消
儲存