Add postinstall script to components that were missing it

This commit is contained in:
Will Abson 2016-07-29 17:24:07 +01:00
parent 585da569dd
commit 4c997685ab
2 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@
"version": "0.2.0",
"author": "Alfresco Software, Ltd.",
"scripts": {
"postinstall": "typings install",
"clean": "rimraf dist node_modules typings",
"typings": "typings install",
"server": "http-server -c-1 -o -p 8875 .",

View File

@ -4,6 +4,7 @@
"version": "0.2.0",
"author": "Alfresco Software, Ltd.",
"scripts": {
"postinstall": "typings install",
"clean": "rimraf dist node_modules typings",
"typings": "typings install",
"build": "npm run tslint && typings install && rimraf dist && tsc && npm run copytemplates && license-check",