Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
Xziy committed Jun 2, 2024
1 parent 790f1f6 commit 83fa7f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "git",
"url": "https://github.com/webresto/worktime.git"
},
"version": "2.0.0",
"version": "2.0.1",
"contributors": [
{
"name": "axrl",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 83fa7f0

Please sign in to comment.