diff --git a/package.json b/package.json index 1220a3b..744ba25 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,15 @@ "description": "foca-modal-cobranza", "main": "index.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "gulp-pre-commit": "gulp pre-commit", + "compile": "gulp uglify", + "postinstall": "npm run compile && gulp clean-post-install", + "install-dev": "npm install -D --ignore-scripts" }, + "pre-commit": [ + "gulp-pre-commit" + ], "repository": { "type": "git", "url": "git@debonline.dyndns.org:npm/foca-modal-cobranza.git"