Make sure to include new bundles in version script

This commit is contained in:
Isiah Meadows 2018-12-06 00:31:53 -05:00
parent 14a085e59c
commit 353e4c1748

View file

@ -24,7 +24,7 @@
"cover": "istanbul cover --print both ospec/bin/ospec", "cover": "istanbul cover --print both ospec/bin/ospec",
"release": "npm version -m 'v%s'", "release": "npm version -m 'v%s'",
"preversion": "npm run test", "preversion": "npm run test",
"version": "npm run build && git add mithril.js mithril.min.js", "version": "npm run build && git add mithril.js mithril.min.js mithril.mjs mithril.min.mjs",
"postversion": "git push --follow-tags" "postversion": "git push --follow-tags"
}, },
"devDependencies": { "devDependencies": {