Skip to content

Commit 72c1539

Browse files
fix(build): issue with cross-env-shell and $npm_package_version
1 parent f054889 commit 72c1539

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
@@ -24,7 +24,7 @@
2424
"dev": "webpack --mode=development --config ./build/webpack.config.js --progress --watch",
2525
"build": "cross-env-shell webpack --mode=production --config ./build/webpack.config.js --progress --env targetsBrowsers=\\\"$npm_package_browserslist\\\"",
2626
"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",
2828
"release": "standard-version --header \"\""
2929
},
3030
"standard-version": {

0 commit comments

Comments
 (0)