Commit dcc700601b3adffab5698528f206b09829864d30
1 parent
8f543dcbf2
Exists in
master
script npm
Showing
1 changed file
with
6 additions
and
2 deletions
Show diff stats
package.json
... | ... | @@ -4,8 +4,12 @@ |
4 | 4 | "description": "foca-crear-login", |
5 | 5 | "main": "index.js", |
6 | 6 | "scripts": { |
7 | - "test": "echo \"Error: no test specified\" && exit 1" | |
8 | - }, | |
7 | + "test": "echo \"Error: no test specified\" && exit 1", | |
8 | + "compile": "gulp uglify && gulp html", | |
9 | + "gulp-pre-commit": "gulp pre-commit", | |
10 | + "postinstall": "npm run compile && rm -R src && rm index.html && rm .jshintrc && rm gulpfile.js", | |
11 | + "install-dev": "npm install angular bootstrap font-awesome jquery gulp gulp-connect jasmine-core pre-commit gulp-angular-templatecache gulp-htmlmin gulp-jshint gulp-rename gulp-replace gulp-uglify-es jshint pump" | |
12 | + }, | |
9 | 13 | "repository": { |
10 | 14 | "type": "git", |
11 | 15 | "url": "git@git.focasoftware.com:npm/foca-crear-login.git" |