[JS] Silent rollup build

^KT-53077 fixed
This commit is contained in:
Ilya Goncharov
2023-10-16 21:20:49 +00:00
committed by Space Team
parent 6219f7fc0d
commit 4e37ac6ed8
@@ -11,7 +11,7 @@
"lib/**/*"
],
"scripts": {
"build": "rimraf lib/* && copyfiles static/* lib && rollup -c rollup.config.js"
"build": "rimraf lib/* && copyfiles static/* lib && rollup -c rollup.config.js --silent"
},
"dependencies": {
"format-util": "^1.0.5"