diff --git a/package.json b/package.json index 07181c19..b2cc4387 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "build": "snowpack build", "build:sw": "workbox generateSW workbox-config.js", "release": "release-it", - "changelog": "npx auto-changelog --commit-limit false --template https://raw.githubusercontent.com/release-it/release-it/master/templates/changelog-compact.hbs", "licenses:export": "license-exporter --json -o public" }, "dependencies": { @@ -51,7 +50,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" + "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 public/locales" } } }