Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package is empty in "v0.33.3" of "@volar/shared" #1087

Closed
yaegassy opened this issue Mar 21, 2022 · 1 comment
Closed

Package is empty in "v0.33.3" of "@volar/shared" #1087

yaegassy opened this issue Mar 21, 2022 · 1 comment
Labels
duplicate This issue or pull request already exists

Comments

@yaegassy
Copy link
Collaborator

yaegassy commented Mar 21, 2022

[NG] @volar/shared@0.33.3

Prepare:

mkdir -p /tmp/check-volar-shared-new
cd /tmp/check-volar-shared-new
npm init -y
npm i -D @volar/shared@0.33.3

Check:

out directory missing...

$ ls -1 node_modules/@volar/shared/
LICENSE
package.json

[OK] @volar/shared@0.33.2

Prepare:

mkdir -p /tmp/check-volar-shared-old
cd /tmp/check-volar-shared-old
npm init -y
npm i -D @volar/shared@0.33.2

Check:

check-volar-shared-old$ ls -1 node_modules/@volar/shared/
LICENSE
out
package.json
@johnsoncodehk
Copy link
Member

Duplicate of #1086

Obviously the release process passed the test, I'm worried about future releases. 🤦‍♂️

@johnsoncodehk johnsoncodehk added the duplicate This issue or pull request already exists label Mar 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants