Fix version script [skip ci]
For some reason, it was never updated to include the stream bundle.
This commit is contained in:
parent
c803918f00
commit
02844a0b89
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
"cover": "istanbul cover --print both ospec/bin/ospec",
|
||||
"release": "npm version -m 'v%s'",
|
||||
"preversion": "npm run test",
|
||||
"version": "npm run build && git add mithril.js mithril.min.js mithril.mjs mithril.min.mjs",
|
||||
"version": "npm run build && git add mithril.js mithril.min.js mithril.mjs mithril.min.mjs stream/stream.mjs",
|
||||
"postversion": "git push --follow-tags"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue