meedan / montage-components

Monorepo of components for Montage
https://montage.meedan.com
0 stars 0 forks source link

Travis build fails in `packages/ui` #152

Closed piotrfonte closed 5 years ago

piotrfonte commented 5 years ago

https://travis-ci.org/meedan/montage-components

build fails because it looks for npm run build in packages/ui but that package doesn’t even have the scripts section in package.json. It should only be exporting components, there’s no build script.