diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aabb37f..19ad03c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,4 +23,4 @@ jobs: run: | yarn install-r yarn build-library - yarn test -- --silent \ No newline at end of file + yarn test --silent \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ee00a8b..0a31af1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,7 +28,7 @@ jobs: run: | yarn install-r yarn build-library - yarn test -- --silent + yarn test --silent cd lib npm publish cd ../components diff --git a/netlify.toml b/netlify.toml index 036e3f7..5abb66e 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,3 +1,3 @@ [build] - command = "yarn install-r && yarn test -- --silent && yarn build-website" + command = "yarn install-r && yarn test --silent && yarn build-website" publish = "build/"