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

Move grunt build step to npm build #461

Closed
wants to merge 1 commit into from
Closed

Move grunt build step to npm build #461

wants to merge 1 commit into from

Conversation

jbeezley
Copy link
Contributor

It seems that putting a grunt build step in postinstall is a bad idea as it causes all sorts of problems due to npm's dependency resolution rules. We should modify the release workflow to put the build step in prepublish instead so that built files are added to the npm release.

This is a temporary fix to allow other projects to depend on geojs without hitting build issues. These projects will need to execute npm install; npm run build manually to build the library.

@jbeezley
Copy link
Contributor Author

Actually this belongs in #460.

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.

1 participant