Skip to content

Ignore .yalc/ folder when we publish to npm #203

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

Merged
merged 1 commit into from
May 13, 2019
Merged

Ignore .yalc/ folder when we publish to npm #203

merged 1 commit into from
May 13, 2019

Conversation

dsmilkov
Copy link
Contributor

@dsmilkov dsmilkov commented May 4, 2019

Add .yalc to .npmignore and update the version of coco-ssd so we can republish.

We published coco-ssd with .yalc which contains node_modules, making the package size exceed 50mb. This results in jsdelivr failing to serve our bundles with the error Package size exceeded the configured limit of 50 MB.
: https://cdn.jsdelivr.net/npm/@tensorflow-models/coco-ssd

I verified that all the other models are working.


This change is Reviewable

@dsmilkov dsmilkov requested review from tafsiri and nsthorat May 4, 2019 15:33
Copy link

@nsthorat nsthorat left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 9 of 9 files at r1.
Reviewable status: :shipit: complete! 1 of 1 approvals obtained (waiting on @nsthorat and @tafsiri)

@dsmilkov dsmilkov merged commit ea31fc1 into master May 13, 2019
@dsmilkov dsmilkov deleted the ignore-yalc branch May 13, 2019 17:38
aptlin pushed a commit to aptlin/tfjs-models that referenced this pull request May 21, 2019
* upstream/master:
  Add ResNet50 for the PoseNet model (tensorflow#199)
  increase the version to 1.0.3 (tensorflow#207)
  replace XMLHttpRequest with tfjs-core util fetch (tensorflow#204)
  Correct a code block language (tensorflow#205)
  Correct a code block language (tensorflow#206)
  Ignore `.yalc/` folder when we publish to npm (tensorflow#203)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants