Skip to content

Commit 418684d

Browse files
committed
build(package): remove index.d.ts generation
1 parent 5ec1a75 commit 418684d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
"update-endpoints": "npm-run-all update-endpoints:*",
1212
"update-endpoints:fetch-json": "node scripts/update-endpoints/fetch-json",
1313
"update-endpoints:code": "node scripts/update-endpoints/code",
14-
"update-endpoints:docs": "node scripts/update-endpoints/docs",
15-
"update-endpoints:typescript": "node scripts/update-endpoints/typescript"
14+
"update-endpoints:docs": "node scripts/update-endpoints/docs"
1615
},
1716
"repository": "https://github.com/octokit/plugin-rest-endpoint-methods.js",
1817
"keywords": [

0 commit comments

Comments
 (0)