Eric Amodio 6 лет назад
Родитель
Сommit
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",

Загрузка…
Отмена
Сохранить