-
-
Notifications
You must be signed in to change notification settings - Fork 298
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
Confusing ignored files prompt #577
Comments
// @bunysae |
I also noticed this issue for a file that was explicitly in the
Here is an example of it in place: https://github.com/ember-cli/ember-addon-output/blob/master/.npmignore#L17 |
@adam-lynch |
@mansona |
Description
I got the following prompt when running
np
today:These files will not be published. They're both inside
test/fixtures
and this is thefiles
property in mypackage.json
;Steps to reproduce
files
property.I'm not 100% sure about this because I haven't seen this prompt before. Maybe something changed in
np
since the last time I published (I usenpx
)Expected behavior
I shouldn't be seeing this prompt. Also, I found the message unclear. To me it's not clear this is related to ignored files, I discovered that by looking at the source.
Environment
np - 7.0.0 (I use
npx
)Node.js - 10.18.0
npm - 6.13.4
Git - 2.24.3 (Apple Git-128)
OS - macOS Catalina 10.15.2
The text was updated successfully, but these errors were encountered: