Improve 'search' package config

This commit is contained in:
Denys Vuika
2016-07-15 11:50:53 +01:00
parent d64c2755eb
commit e76b9bcc76
7 changed files with 13 additions and 26 deletions

View File

@@ -7,8 +7,8 @@
"postinstall": "typings install",
"clean": "rimraf dist node_modules typings",
"typings": "typings install",
"build": "npm run tslint && typings install && rimraf dist && tsc && npm run copy-dist && license-check",
"build:w": "npm run tslint && typings install && rimraf dist && npm run watch-task",
"build": "npm run tslint && rimraf dist && tsc && npm run copy-dist && license-check",
"build:w": "npm run tslint && rimraf dist && npm run watch-task",
"watch-task": "concurrently \"npm run tsc:w\" \"npm run copy-dist:w\" \"license-check\"",
"tslint": "tslint -c tslint.json *.ts && tslint -c tslint.json src/{,**/}**.ts",
"copy-dist": "cpx \"./src/**/*.{html,css,json,png,jpg,gif,svg}\" ./dist/src",