Skip to content

Commit 23ac4a2

Browse files
committed
npm run doc in prepublishOnly
1 parent 5200c9e commit 23ac4a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
2525
"test": "npm run build-version && npm run lint && npm run jest",
2626
"doc": "typedoc --out ./Documentation/api/ ./src/ --excludeInternal",
27-
"prepublishOnly": "npm test && npm run build",
27+
"prepublishOnly": "npm test && npm run build && npm run doc",
2828
"postpublish": "git push origin main --follow-tags",
2929
"storybook": "start-storybook -p 6006",
3030
"build-storybook": "build-storybook --output-dir ./examples/storybook"

0 commit comments

Comments
 (0)