From b8069970b5db9ea015383c7423170c95b0dad26d Mon Sep 17 00:00:00 2001 From: Eric Fernandez Date: Tue, 16 Oct 2018 16:21:02 -0300 Subject: [PATCH] script compile --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2a7a64b..0ef4c29 100644 --- a/package.json +++ b/package.json @@ -5,11 +5,12 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "gulp-pre-commit":"gulp pre-commit", + "gulp-pre-commit": "gulp pre-commit", + "compile": "gulp uglify", "postinstall": "npm run compile && gulp clean-post-install", "install-dev": "npm install -D angular gulp gulp-angular-templatecache gulp-clean gulp-connect gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify jshint pump" }, - "pre-commit":[ + "pre-commit": [ "gulp-pre-commit" ], "repository": { -- 1.9.1