Skip to content

Commit 812fd8a

Browse files
committed
updated scripts
1 parent c42796a commit 812fd8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"prepublishOnly": "npm run build",
1515
"build": "rimraf dist/* && rollup -c --bundleConfigAsCjs",
1616
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json}\"",
17-
"extract-api": "api-extractor run --verbose --typescript-compiler-folder ./node_modules/typescript",
17+
"api-extract": "api-extractor run --diagnostics --verbose --typescript-compiler-folder ./node_modules/typescript",
1818
"api-documenter": "api-documenter markdown -i temp -o docs",
19-
"docs": "npm run extract-api && npm run api-documenter",
19+
"docs": "npm run api-extract && npm run api-documenter",
2020
"pre-pull-request": " npm run format && npm run lint && npm run test && npm run build && npm run docs"
2121
},
2222
"pre-commit": [

0 commit comments

Comments
 (0)