[#158] Disable Vue Devtools in release builds
by setting NODE_ENV to production - which should the case for all published builds anyways Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0ca6e4fc5f
commit
52a34745d6
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -22,6 +22,7 @@ generate-inner:
|
|||
npm ci --include=dev
|
||||
node ./ci/build.mjs
|
||||
|
||||
publish: export NODE_ENV=production
|
||||
publish: download_libs generate-inner generate-apidocs
|
||||
bash ./ci/build.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue