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

[BUGFIX docs] ensure we publish docs #6257

Merged
merged 1 commit into from
Jul 18, 2019
Merged

Conversation

runspired
Copy link
Contributor

The previous fix in #6252 didn't work properly with npm pack which does not run prepublishOnly. Incidentally this means we've not been running our prepublishOnly script with previous releases, and ts:precompile which it contained does not currently work. #6256 removes this command anyway so I've also gone ahead and removed it here to ensure we build properly.

I added the new .npmignore rules and made sure we do a production build for each individual package. At a glance, it appears that the data.json file produced in the -ember-data package is the only such file and contains the docs from the other packages.

cc @sivakumar-kailasam

@runspired runspired force-pushed the bugfix/docs-publishing branch from 7785d8a to 7096c32 Compare July 18, 2019 21:06
@runspired runspired merged commit 2a98714 into master Jul 18, 2019
@delete-merged-branch delete-merged-branch bot deleted the bugfix/docs-publishing branch July 18, 2019 22:29
runspired added a commit that referenced this pull request Jul 18, 2019
@igorT
Copy link
Member

igorT commented Jul 18, 2019

👍

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

Successfully merging this pull request may close these issues.

2 participants