Update package.json

This commit is contained in:
Matthieu MOREL 2021-07-15 19:19:19 +02:00 committed by GitHub
parent 0f178b9f07
commit dd83cd9f78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
"git graph"
],
"scripts": {
"build:development": "webpack --progress --colors",
"build:development": "webpack --progress --color",
"build:production": "yarn build:development -p --config webpack.config.prod.babel.js",
"build": "yarn build:development && yarn build:production",
"postbuild": "documentation build src/mermaidAPI.js src/config.js src/defaultConfig.js --shallow -f md --markdown-toc false > docs/Setup.md",