]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Remove pre push hook
authorJeremy Thomas <bbxdesign@gmail.com>
Thu, 22 Sep 2016 19:32:37 +0000 (20:32 +0100)
committerJeremy Thomas <bbxdesign@gmail.com>
Thu, 22 Sep 2016 19:32:37 +0000 (20:32 +0100)
package.json

index aef77a201bfd4e4af3a23fa138211d17f583d97e..ddfc0e53123e52ebbdef2a49994683e6b6ae0eb6 100644 (file)
@@ -34,7 +34,6 @@
     "docs": "npm run docs-sass && npm run docs-autoprefix",
     "docs-autoprefix": "postcss --use autoprefixer --output docs/css/bulma-docs.css docs/css/bulma-docs.css",
     "docs-sass": "node-sass --output-style expanded docs/bulma-docs.sass docs/css/bulma-docs.css",
-    "pre-push": "npm run build && git add css && git commit --amend --no-edit",
     "start": "npm run build-sass -- --watch",
     "start-docs": "npm run docs-sass -- --watch",
     "start-test": "npm run test-sass -- --watch",