Closed madrus closed 4 years ago
Thank you for pointing this out @madrus !
This should be working now: https://github.com/react-workspaces/react-workspaces-playground/commit/d026eac609e24b4397afde58368a9798905ec23a
Rather than add an unused .html
file - which is not relevant for the components, I have removed the build
and start
scripts from packages/components/package.json
.
lerna run build
# ...now passes successfully, building only the apps.
It would be great if
lerna run build
command succeeded. But the build fails oncomponents
package because it missesindex.html
file in thepublic
subfolder. See the command output: