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 5200c9e commit 23ac4a2Copy full SHA for 23ac4a2
package.json
@@ -24,7 +24,7 @@
24
"test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand --watch",
25
"test": "npm run build-version && npm run lint && npm run jest",
26
"doc": "typedoc --out ./Documentation/api/ ./src/ --excludeInternal",
27
- "prepublishOnly": "npm test && npm run build",
+ "prepublishOnly": "npm test && npm run build && npm run doc",
28
"postpublish": "git push origin main --follow-tags",
29
"storybook": "start-storybook -p 6006",
30
"build-storybook": "build-storybook --output-dir ./examples/storybook"
0 commit comments