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

Ignore test files from the npm package #1

Closed
tkrotoff opened this issue May 23, 2019 · 1 comment
Closed

Ignore test files from the npm package #1

tkrotoff opened this issue May 23, 2019 · 1 comment
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@tkrotoff
Copy link
Owner

.npmignore with:

dist/cjs/Http.test.js
dist/Http.test.d.ts
dist/Http.test.js

does not work :/

npm publish --dry-run output:

=== Tarball Contents === 
npm notice 1.8kB  package.json          
npm notice 577B   CHANGELOG.md          
npm notice 1.1kB  LICENSE               
npm notice 619B   README.md             
npm notice 3.9kB  dist/cjs/Http.js      
npm notice 10.8kB dist/cjs/Http.test.js 
npm notice 467B   dist/cjs/HttpError.js 
npm notice 1.6kB  dist/cjs/HttpStatus.js
npm notice 272B   dist/cjs/index.js     
npm notice 686B   dist/Http.d.ts        
npm notice 3.6kB  dist/Http.js          
npm notice 11B    dist/Http.test.d.ts   
npm notice 9.9kB  dist/Http.test.js     
npm notice 126B   dist/HttpError.d.ts   
npm notice 366B   dist/HttpError.js     
npm notice 635B   dist/HttpStatus.d.ts  
npm notice 1.5kB  dist/HttpStatus.js    
npm notice 83B    dist/index.d.ts       
npm notice 83B    dist/index.js 
@tkrotoff tkrotoff added bug Something isn't working wontfix This will not be worked on labels May 23, 2019
@tkrotoff
Copy link
Owner Author

see c730ea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant