Skip to content

Commit 14eba56

Browse files
authored
chore: Add changelog script back to package.json (#17517)
#17497 probably accidentally removed our changelog script.
1 parent 84243e6 commit 14eba56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"build:types:watch": "ts-node scripts/build-types-watch.ts",
1313
"build:tarball": "run-s clean:tarballs build:tarballs",
1414
"build:tarballs": "lerna run build:tarball",
15+
"changelog": "ts-node ./scripts/get-commit-list.ts",
1516
"circularDepCheck": "lerna run circularDepCheck",
1617
"clean": "run-s clean:build clean:caches",
1718
"clean:build": "lerna run clean",

0 commit comments

Comments
 (0)