Skip to content

Commit a03be7c

Browse files
author
Eric Koleda
committed
Regenerate the docs when cutting a version.
1 parent 8ba5662 commit a03be7c

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
@@ -32,7 +32,7 @@
3232
},
3333
"scripts": {
3434
"preversion": "npm test && cd src/ && clasp push",
35-
"version": "npm run dist && git add -A dist",
35+
"version": "npm run dist && npm run doc && git add -A dist docs",
3636
"postversion": "MESSAGE=$(git log -1 --pretty=%B) && cd src/ && clasp version $MESSAGE",
3737
"dist": "gulp dist",
3838
"lint": "gulp lint",

0 commit comments

Comments
 (0)