Update package.json

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

View File

@ -14,7 +14,7 @@
],
"scripts": {
"build:development": "webpack --progress --color",
"build:production": "yarn build:development -p --config webpack.config.prod.babel.js",
"build:production": "yarn build:development --mode production --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",
"build:watch": "yarn build --watch",