diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 7b54287..8c335d4 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -267,7 +267,6 @@ jobs: if: "startsWith(github.event.head_commit.message, 'chore(release): publish')" run: | npm config set provenance true - find ./packages/ -type d -maxdepth 1 -exec cp LICENSE {} \; echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc yarn lerna publish from-package --no-verify-access --yes env: diff --git a/.gitignore b/.gitignore index 4548fb1..3e56f3f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,5 @@ yarn.lock yarn-error.log *.node trash/ + +.yarn/install-state.gz diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz deleted file mode 100644 index 030695e..0000000 Binary files a/.yarn/install-state.gz and /dev/null differ