diff --git a/package.json b/package.json index a272854..422698c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "build": "node build.mjs", "build-types": "tsc", - "build-and-publish": "yarn build && yarn build-types", + "build-and-publish": "yarn build && yarn build-types && git commit -a -m 'update dist' && yarn publish", "build-tests": "esbuild --bundle --outdir=dist/tests src/tests/*.ts" }, "devDependencies": {