Skip to content

Commit ee2c35e

Browse files
committed
build: generate typescript definitions on release
1 parent a78a075 commit ee2c35e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"docs": "lerna exec --parallel yarn docs:lint",
2121
"docs:build": "lerna exec --parallel yarn docs:build",
2222
"docs:typescript": "lerna exec --parallel yarn docs:typescript",
23-
"docs:release": "yarn docs && yarn docs:build",
23+
"docs:release": "yarn docs && yarn docs:build && yarn docs:typescript",
2424
"fix": "eslint . --fix",
2525
"lint": "eslint .",
2626
"test": "yarn test:coverage && yarn lint && yarn docs && yarn build && yarn size",

0 commit comments

Comments
 (0)