Commit 1f37994f7510225d3e5f98bc3b50b5507fb6dd77
1 parent
a13b998b63
Exists in
master
and in
2 other branches
Agregado comando para refrescar.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
package.json
| ... | ... | @@ -3,6 +3,7 @@ |
| 3 | 3 | "version": "0.0.1", |
| 4 | 4 | "description": "Botonera principal", |
| 5 | 5 | "scripts": { |
| 6 | + "frefresh": "gulp uglify && cp tmp/foca-botonera-principal.js ../wrapper-facturador/node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js", | |
| 6 | 7 | "refresh": "gulp uglify && cp tmp/foca-botonera-principal.js ../wrapper-demo/node_modules/foca-botonera-principal/dist/foca-botonera-principal.min.js", |
| 7 | 8 | "test": "echo \"Error: no test specified\" && exit 1", |
| 8 | 9 | "gulp-pre-commit": "gulp pre-commit", |