File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 25
25
"dev" : " webpack --mode=development --config ./build/webpack.config.js --progress --watch" ,
26
26
"build" : " cross-env-shell webpack --mode=production --config ./build/webpack.config.js --progress --env targetsBrowsers=\\\" $npm_package_browserslist\\\" " ,
27
27
"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" ,
29
29
"release" : " standard-version --header \"\" "
30
30
},
31
31
"standard-version" : {
You can’t perform that action at this time.
0 commit comments