Skip to content

Commit 530febe

Browse files
authored
build: remove changelog script from package.json (#23603)
Changelog script in package json refers to a deleted tool
1 parent caec3fa commit 530febe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"gulp": "gulp",
3030
"check-entry-point-setup": "node ./scripts/check-entry-point-setup.js",
3131
"check-rollup-globals": "ts-node --project scripts/tsconfig.json scripts/check-rollup-globals.ts",
32-
"changelog": "ts-node --project tools/release/tsconfig.json tools/release/changelog.ts",
3332
"format": "yarn ng-dev format changed",
3433
"cherry-pick-patch": "ts-node --project tools/cherry-pick-patch/tsconfig.json tools/cherry-pick-patch/cherry-pick-patch.ts",
3534
"ownerslint": "ts-node --project scripts/tsconfig.json scripts/ownerslint.ts",

0 commit comments

Comments
 (0)