diff --git a/package.json b/package.json index 39537a5..fe02f7c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,8 @@ "version": "v0.1.2A", "description": "Modal para localizar domicilio", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", + "refresh": "gulp uglify && cp tmp/foca-modal-localizar.js ../wrapper-demo/node_modules/foca-modal-localizar/dist/foca-modal-localizar.min.js", + "test": "echo \"localizar: no test specified\" && exit 1", "gulp-pre-commit": "gulp pre-commit", "compile": "gulp uglify", "postinstall": "npm run compile && gulp clean-post-install",