🐞 fix package release for index template compatibility

This commit is contained in:
Philipp Dormann 2021-01-26 18:29:26 +01:00
parent 3d30734dc2
commit 24bec66390

View File

@ -55,7 +55,7 @@
"publish": false
},
"hooks": {
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node versionbuilder.js && git add public/index.html && node order.js && git add src/locales"
"after:bump": "npx auto-changelog --commit-limit false -p -u --hide-credit && git add CHANGELOG.md && node versionbuilder.js && git add index.template.html && node order.js && git add src/locales"
}
}
}