fix(cli): add .yarn and __test__ folder to .npmignore

This commit is contained in:
LongYinan 2022-08-09 13:24:21 +08:00
parent 8147a9021b
commit 1cf5a0dc75
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -8,4 +8,7 @@ npm
rustfmt.toml rustfmt.toml
yarn.lock yarn.lock
*.node *.node
.yarn
__test__
renovate.json
` `