From a5667fa8b673f30aa78d65962ea18ab267f262d9 Mon Sep 17 00:00:00 2001 From: Lukas Oppermann Date: Thu, 8 Oct 2020 18:33:11 +0200 Subject: [PATCH] update version scripot --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",