Skip to content

Commit 6554a66

Browse files
committed
build: add docs building support
1 parent 5ea8aca commit 6554a66

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,5 @@ dist/
6969

7070
*.tsbuildinfo
7171
.twilio-functions
72+
73+
packages/serverless-api/docs/

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"test": "run-s build:noemit jest",
1414
"contrib:add": "all-contributors add",
1515
"contrib:generate": "all-contributors generate",
16-
"lint-staged": "lint-staged"
16+
"lint-staged": "lint-staged",
17+
"docs": "lerna run docs"
1718
},
1819
"devDependencies": {
1920
"@commitlint/cli": "^8.1.0",

0 commit comments

Comments
 (0)