silent tests

This commit is contained in:
adueck 2022-10-09 11:10:02 +05:00
parent 09a0fd0f4d
commit 48115b9414
3 changed files with 3 additions and 3 deletions

View File

@ -23,4 +23,4 @@ jobs:
run: |
yarn install-r
yarn build-library
yarn test
yarn test -- --silent

View File

@ -28,7 +28,7 @@ jobs:
run: |
yarn install-r
yarn build-library
yarn test
yarn test -- --silent
cd lib
npm publish
cd ../components

View File

@ -1,3 +1,3 @@
[build]
command = "yarn install-r && yarn build-website"
command = "yarn install-r && yarn test -- --silent && yarn build-website"
publish = "build/"