diff --git a/docs/themes/navy/layout/partial/all-contributors.swig b/docs/themes/navy/layout/partial/all-contributors.swig index a4de297a3..efcbd2c5e 100644 --- a/docs/themes/navy/layout/partial/all-contributors.swig +++ b/docs/themes/navy/layout/partial/all-contributors.swig @@ -52,6 +52,7 @@ + diff --git a/package.json b/package.json index 9f25c99f5..9d05a7757 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ "perf": "cd benchmark && npm ci && npm start", "perf:diff": "bin/perf-diff.sh", "perf:engines": "cd benchmark && npm run engines", + "postversion": "npm run build:dist", "build": "npm run build:dist && npm run build:docs", "build:dist": "rollup -c rollup.config.ts", "build:docs": "bin/build-docs.sh"