mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-11-29 13:03:09 +03:00
chore(tauri.js) run rollup with silent flag
This commit is contained in:
parent
17a047e1bb
commit
d871af4083
@ -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)\"",
|
||||
|
Loading…
Reference in New Issue
Block a user