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 8ba5662 commit a03be7cCopy full SHA for a03be7c
package.json
@@ -32,7 +32,7 @@
32
},
33
"scripts": {
34
"preversion": "npm test && cd src/ && clasp push",
35
- "version": "npm run dist && git add -A dist",
+ "version": "npm run dist && npm run doc && git add -A dist docs",
36
"postversion": "MESSAGE=$(git log -1 --pretty=%B) && cd src/ && clasp version $MESSAGE",
37
"dist": "gulp dist",
38
"lint": "gulp lint",
0 commit comments