Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index ace256b02..736f7fd03 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,9 @@
"version": "1.0.0",
"description": "Official open source icon library for Bootstrap",
"scripts": {
- "prep-icons": "svgo --config=svgo.yml --input=icons/"
+ "prep-icons": "svgo --config=svgo.yml --input=icons/",
+ "push-pages": "cd _site && git init && git remote add staging https://github.com/twbs/icons/ && git add . && git commit -m 'Publishing latest changes' && git push staging master:gh-pages --force && git remote rm staging",
+ "publish": "jekyll build && npm run push-pages"
},
"repository": {
"type": "git",