We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
changelog
1 parent 84243e6 commit 14eba56Copy full SHA for 14eba56
package.json
@@ -12,6 +12,7 @@
12
"build:types:watch": "ts-node scripts/build-types-watch.ts",
13
"build:tarball": "run-s clean:tarballs build:tarballs",
14
"build:tarballs": "lerna run build:tarball",
15
+ "changelog": "ts-node ./scripts/get-commit-list.ts",
16
"circularDepCheck": "lerna run circularDepCheck",
17
"clean": "run-s clean:build clean:caches",
18
"clean:build": "lerna run clean",
0 commit comments