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 5ea8aca commit 6554a66Copy full SHA for 6554a66
.gitignore
@@ -69,3 +69,5 @@ dist/
69
70
*.tsbuildinfo
71
.twilio-functions
72
+
73
+packages/serverless-api/docs/
package.json
@@ -13,7 +13,8 @@
13
"test": "run-s build:noemit jest",
14
"contrib:add": "all-contributors add",
15
"contrib:generate": "all-contributors generate",
16
- "lint-staged": "lint-staged"
+ "lint-staged": "lint-staged",
17
+ "docs": "lerna run docs"
18
},
19
"devDependencies": {
20
"@commitlint/cli": "^8.1.0",
0 commit comments