From 3395c98a221fba23383b8a6dbd9810b8fc7748e7 Mon Sep 17 00:00:00 2001 From: mpuebla Date: Mon, 24 Jun 2019 13:09:54 -0300 Subject: [PATCH] Comando para refrescar. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 07323df..b88e40f 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "sistema de cobranzas a partir de facturas", "main": "index.js", "scripts": { + "refresh": "gulp uglify && cp tmp/foca-crear-cobranza.js ../wrapper-demo/node_modules/foca-crear-cobranza/dist/foca-crear-cobranza.min.js", "test": "test.html", "compile": "gulp uglify", "gulp-pre-commit": "gulp pre-commit", -- 1.9.1