diff --git a/package.json b/package.json index 41cda726..5526b308 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "lint": "standardx src | snazzy", "sd": "rm -rf tests/amazon-style-dictionary/build && style-dictionary build --config ./tests/amazon-style-dictionary/config.json", "set-version": "replace-in-files --regex='\\d+\\.\\d+\\.\\d+' --replacement=$npm_package_version src/utilities/version.ts", - "version" : "npm run set-version" + "version" : "npm run set-version && npm run build && git add --all" }, "author": "Lukas Oppermann (https://vea.re)", "license": "MIT",