diff --git a/.github/workflows/dev-npm.yml b/.github/workflows/dev-npm.yml index 197d73b..bfd5264 100644 --- a/.github/workflows/dev-npm.yml +++ b/.github/workflows/dev-npm.yml @@ -17,7 +17,7 @@ jobs: # waiting https://github.com/ds300/patch-package/issues/339 - run: npm install 2>&1 || true && TZ=GMT-3 npm run test - + - run: npm run build # resolve version - run: | set -ex diff --git a/dist/package.json b/dist/package.json index 5161e96..807e396 100644 --- a/dist/package.json +++ b/dist/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/webresto/worktime.git" }, - "version": "2.0.0", + "version": "2.0.1", "contributors": [ { "name": "axrl", diff --git a/package.json b/package.json index 3553e80..ef2ed37 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/webresto/worktime.git" }, - "version": "2.0.0", + "version": "2.0.1", "scripts": { "pub": "cd dist && npm publish --access=public", "tsc:commonjs": "tsc -p tsconfig.commonjs.json",