Closed piotrfonte closed 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.
npm run build
packages/ui
scripts
https://travis-ci.org/meedan/montage-components
build fails because it looks for
npm run build
inpackages/ui
but that package doesn’t even have thescripts
section in package.json. It should only be exporting components, there’s no build script.