This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 244
3.1.0 package has a bad build #34
Comments
Whoops, that's my bad for not reviewing properly. I'll fix that. Thanks for the report! |
New PR should fix it #35 |
Fixed, released |
kentcdodds
referenced
this issue
Oct 4, 2016
* feat(vars): Convert environment vars - Converts environment vars used in `npm run` to account for windows/linux respectively - Add tests for command - Update `npm test` to look for all .test.js files * fix(assign): Remove lodash.assign - Use Object.assign
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Greekeeper failed by build because when running
cross-env
it couldn't find./command.js
: https://travis-ci.org/yahoo/react-intl/jobs/165011187#L192Looking at the package on npm, it appears there's no
command.js
in./dist/
: https://unpkg.com/[email protected]/dist/The text was updated successfully, but these errors were encountered: