fix build dist demo login

This commit is contained in:
Mario Romano
2016-05-31 18:01:09 +01:00
parent 367f2cc4ca
commit 752c562750

View File

@@ -5,7 +5,7 @@
"author": "Alfresco Software, Ltd.", "author": "Alfresco Software, Ltd.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"postinstall": "npm run typings && npm run typings", "postinstall": "npm run typings && npm run build",
"typings": "typings install", "typings": "typings install",
"start": "rm -rf dist && npm install && npm run server", "start": "rm -rf dist && npm install && npm run server",
"server": "lite-server", "server": "lite-server",