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 24
24
"dev" : " webpack --mode=development --config ./build/webpack.config.js --progress --watch" ,
25
25
"build" : " cross-env-shell webpack --mode=production --config ./build/webpack.config.js --progress --env targetsBrowsers=\\\" $npm_package_browserslist\\\" " ,
26
26
"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" ,
27
- "pushDocs" : " cross-env-shell \" yarn run docs && git add docs/ && git commit -m ' chore(docs) build docs v$npm_package_version' docs \" " ,
27
+ "pushDocs" : " yarn run docs && git add docs/ && cross-env-shell git commit -m \\\" chore(docs) build docs v$npm_package_version\\\" docs " ,
28
28
"release" : " standard-version --header \"\" "
29
29
},
30
30
"standard-version" : {
You can’t perform that action at this time.
0 commit comments