Commit d7ee920898f86136a77166cb9884fc63183658ee
1 parent
cc2197abce
Exists in
master
and in
1 other branch
Comando para refrescar en wrapper-facturador.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
package.json
... | ... | @@ -4,6 +4,7 @@ |
4 | 4 | "description": "Componente de botonera en facturadores", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | + "frefresh": "gulp uglify && cp tmp/foca-botonera-facturador.js ../wrapper-facturador/node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js", | |
7 | 8 | "refresh": "gulp uglify && cp tmp/foca-botonera-facturador.js ../wrapper-demo/node_modules/foca-botonera-facturador/dist/foca-botonera-facturador.min.js", |
8 | 9 | "test": "echo \"Error: no test specified\" && exit 1", |
9 | 10 | "compile": "gulp uglify", |