Skip to content

Commit

Permalink
chore(nodejs): remove api-extractor dependencies (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
fhinkel authored Jun 10, 2021
1 parent 0e646ae commit 39442a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"lint": "gts check",
"compile": "tsc -p .",
"fix": "gts fix",
"pretest": "npm run compile",
"api-extractor": "api-extractor run --local",
"api-documenter": "api-documenter yaml --input-folder=temp"
"pretest": "npm run compile"
},
"files": [
"build/src",
Expand Down

0 comments on commit 39442a7

Please sign in to comment.