nettoyage

This commit is contained in:
Paul Schneider 2016-06-07 22:00:10 +02:00
commit 989df49cf2
12 changed files with 4 additions and 29 deletions

View file

@ -143,6 +143,6 @@
"prerestore": "echo before restoring packages",
"postrestore": "echo after restoring packages",
"prepublish": "gulp min",
"postpublish": "./postPublish.sh"
"postpublish": "echo \" (cd ../build && . ./postPublish.sh) # to push in prod.\""
}
}