Skip to content

Commit ab0e654

Browse files
committed
add build-docs to prepublish script
1 parent 73f0972 commit ab0e654

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
]
134134
},
135135
"scripts": {
136-
"prepublishOnly": "pnpm i && npm run build",
136+
"prepublishOnly": "pnpm i && npm run build && npm run build-docs",
137137
"attw": "attw --pack .",
138138
"license-badge": "license-badger --corrections --uncategorizedLicenseTemplate \"\\${license} (\\${name} (\\${version}))\" --filteredTypes=nonempty --textTemplate \"License types\n(project, deps, and bundled devDeps)\" --packageJson --production badges/licenses-badge.svg",
139139
"license-badge-dev": "license-badger --corrections --filteredTypes=nonempty --textTemplate \"License types\n(all devDeps)\" --allDevelopment badges/licenses-badge-dev.svg",

0 commit comments

Comments
 (0)