chore: automate github release pages (#1741)

This commit is contained in:
Pat Cavit 2017-03-24 12:35:14 -07:00 committed by GitHub
parent fda816edba
commit ad144072b6
4 changed files with 34 additions and 19 deletions

View file

@ -18,8 +18,8 @@
"test": "node ospec/bin/ospec",
"posttest": "npm run lint || true",
"cover": "istanbul cover --print both ospec/bin/ospec",
"preversion": "npm run test",
"version": "npm run build && npm run gendocs && git add mithril.js mithril.min.js",
"preversion": "npm run build && npm run test",
"version": "npm run gendocs && git add mithril.js mithril.min.js",
"postversion": "git push --follow-tags"
},
"devDependencies": {