Commit 1823b55d0c24d97b401b6ac3a73b0bb2cf34e7ee
1 parent
7bc8a35df2
Exists in
master
se agrega script pre y pos commit
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
package.json
... | ... | @@ -4,6 +4,10 @@ |
4 | 4 | "description": "", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | + "compile": "gulp uglify", | |
8 | + "gulp-pre-commit": "gulp pre-commit", | |
9 | + "refresh": "gulp uglify && cp tmp/foca-crear-factura.js ../wrapper-demo/node_modules/foca-crear-factura/dist/foca-crear-factura.min.js", | |
10 | + "postinstall": "npm run compile && gulp clean-post-install", | |
7 | 11 | "test": "echo \"Error: no test specified\" && exit 1", |
8 | 12 | "install-dev": "npm install -D jasmine-core pre-commit angular angular-ladda ladda@1.0.6 angular-route angular-cookies bootstrap ui-bootstrap4 font-awesome gulp gulp-angular-templatecache gulp-connect gulp-clean gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-sequence gulp-uglify-es gulp-uglify jquery jshint pump" |
9 | 13 | }, |