Skip to content

Commit 3fe0cc7

Browse files
wip: update "pushDocs" script commit message
1 parent 3bf8215 commit 3fe0cc7

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
@@ -25,7 +25,7 @@
2525
"dev": "webpack --mode=development --config ./build/webpack.config.js --progress --watch",
2626
"build": "cross-env-shell webpack --mode=production --config ./build/webpack.config.js --progress --env targetsBrowsers=\\\"$npm_package_browserslist\\\"",
2727
"docs": "cross-env-shell node build/evalHtmlComments.js docs/examples.md $npm_package_version && typedoc --plugin typedoc-plugin-markdown --mode file --tsconfig ./build/tsconfig.json --inputFiles ./src/index.ts --out ./docs/api --readme none --stripInternal --namedAnchors true",
28-
"pushDocs": "yarn run docs && git add docs/ && cross-env-shell git commit -m \\\"chore(docs) build docs v$npm_package_version\\\" docs",
28+
"pushDocs": "yarn run docs && git add docs/ && cross-env-shell git commit -m \\\"chore(docs) v$npm_package_version API docs & examples \\\" docs",
2929
"release": "standard-version --header \"\""
3030
},
3131
"standard-version": {

0 commit comments

Comments
 (0)