diff --git a/cli/tauri.js/package.json b/cli/tauri.js/package.json index e6cbc07b7..9ccbd7e86 100644 --- a/cli/tauri.js/package.json +++ b/cli/tauri.js/package.json @@ -12,7 +12,7 @@ "scripts": { "build": "yarn build:api && yarn build:typedefs && yarn build:webpack", "build:webpack": "webpack --progress", - "build:api": "rollup -c && yarn build:typedefs", + "build:api": "rollup -c --silent && yarn build:typedefs", "build:typedefs": "yarn tsc ./api-src/index.ts --declaration --emitDeclarationOnly --outDir api", "build-release": "yarn build --display none --progress false", "test": "jest --runInBand --no-cache --testPathIgnorePatterns=\"(build|dev)\"",