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.
1 parent 2bf6601 commit 87f19a7Copy full SHA for 87f19a7
package.json
@@ -16,7 +16,7 @@
16
"build.angular": "lerna run build.angular",
17
"build.all": "lerna run build.all",
18
"build.win": "lerna run build-win",
19
- "doc": "node builddoc",
+ "doc": "node builddoc && git add docs/* && git commit -m \"chore:doc\"",
20
"force_publish": "lerna publish from-package",
21
"increment_version": "lerna version",
22
"tsc": "lerna run tsc",
0 commit comments