fix build demo

This commit is contained in:
Mario Romano
2016-06-14 15:48:01 +01:00
parent f9cb0fb1ed
commit f28f45fcea
5 changed files with 5 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"author": "Alfresco Software, Ltd.",
"main": "index.js",
"scripts": {
"postinstall": "typings install",
"postinstall": "npm run typings && npm run build",
"typings": "typings install",
"start": "npm install && npm run typings && concurrently \"npm run build:w\" \"npm run server\" ",
"server": "node browser-sync-config.js",