Skip to content

Commit

Permalink
build: 👷 add auto build when updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 17, 2024
1 parent 166db14 commit 94dc010
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:fix": "npx eslint src --fix",
"test": "jest",
"test:coverage": "jest --coverage",
"version": "auto-changelog && git add CHANGELOG.md"
"version": "build && auto-changelog && git add CHANGELOG.md"
},
"main": "dist/main.js",
"typings": "dist/main.d.ts",
Expand Down Expand Up @@ -51,4 +51,4 @@
"typescript": "^4.9.5"
},
"homepage": "https://github.com/thkruz/ootk-core"
}
}

0 comments on commit 94dc010

Please sign in to comment.