chore: automate github release pages (#1741)
This commit is contained in:
parent
fda816edba
commit
ad144072b6
4 changed files with 34 additions and 19 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue