Skip to content

Commit

Permalink
build(package.json): added auto-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thkruz committed Jan 13, 2021
1 parent dd9c83a commit c1abea7
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 1 deletion.
181 changes: 181 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"lint:test": "eslint test",
"test": "jest -c scripts/jest-std.json",
"test:coverage": "jest --coverage -c scripts/jest-std.json",
"test:performance": "node test/performance/timing.test.mjs"
"test:performance": "node test/performance/timing.test.mjs",
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,6 +53,7 @@
"@babel/preset-env": "^7.11.5",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"auto-changelog": "^2.2.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"codecov": "^3.8.1",
Expand Down

0 comments on commit c1abea7

Please sign in to comment.