change order typeings§:sa

This commit is contained in:
Mario Romano 2016-05-24 12:48:47 +01:00
parent 6051704596
commit a95db8daf2

View File

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