Commit 05d5f6616fe0c8dcaf61c8609cef21d71284b253

Authored by Marcelo Puebla
1 parent c3afddc9b6
Exists in master

Agregado comando para hacer refresh

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
... ... @@ -4,6 +4,7 @@
4 4 "description": "Búsqueda de clientes",
5 5 "main": "dist/foca-busqueda-cliente.min.js",
6 6 "scripts": {
  7 + "refresh": "gulp uglify && cp tmp/foca-busqueda-cliente.js ../wrapper-demo/node_modules/foca-busqueda-cliente/dist/foca-busqueda-cliente.min.js",
7 8 "test": "echo \"Error: no test specified\" && exit 1",
8 9 "gulp-pre-commit": "gulp pre-commit",
9 10 "compile": "gulp uglify",