Commit 74ee796c048fe6e33dd7f896dbeade8a30917523
Exists in
master
and in
2 other branches
Merge branch 'master' into 'develop'
Master(benjamin) See merge request !52
Showing
1 changed file
Show diff stats
package.json
... | ... | @@ -4,6 +4,7 @@ |
4 | 4 | "description": "Logistica de pedidos", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | + "refresh": "gulp uglify && cp tmp/foca-logistica-pedido-ruta.js ../wrapper-demo/node_modules/foca-logistica-pedido-ruta/dist/foca-logistica-pedido-ruta.min.js", | |
7 | 8 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | 9 | "compile": "gulp uglify", |
9 | 10 | "gulp-pre-commit": "gulp pre-commit", |