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

When releasing to npm, clean dist folder such that bundle.* do not get published #66

Closed
TimDaub opened this issue Jun 26, 2017 · 2 comments

Comments

@TimDaub
Copy link
Contributor

TimDaub commented Jun 26, 2017

See this link: https://unpkg.com/bigchaindb-driver@0.1.2/dist/browser/
https://unpkg.com/bigchaindb-driver@0.3.0/dist/browser/

The only working bundles are bigchaindb-driver.*. Remove all bundle...

@michielmulders
Copy link
Contributor

@TimDaub I executed npm run build to build the bundles but got this as a result:

bigchaindb-driver.amd.min.js       
bigchaindb-driver.cjs.min.js.map
bigchaindb-driver.amd.min.js.map   
bigchaindb-driver.umd.min.js
bigchaindb-driver.cjs2.min.js     
bigchaindb-driver.umd.min.js.map
bigchaindb-driver.cjs2.min.js.map  
bigchaindb-driver.window.min.js
bigchaindb-driver.cjs.min.js       
bigchaindb-driver.window.min.js.map

So no bundle.* are being built in dist/browser. Correct?

@TimDaub
Copy link
Contributor Author

TimDaub commented Aug 16, 2017

Yup. It may be that this issue was already solved and the person pushing to npm (me) should clean his dist folder? I'll check later and close if that's the case.

@TimDaub TimDaub closed this as completed Aug 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants