54
loading...
This website collects cookies to deliver better user experience
// truncated
yarn workspace v1.xx.x
yarn run v1.xx.x
Error: ENOENT: no such file or directory, scandir
'/app/your-package/dist'
dist
folder. The dist
folder contains all code meant for production and it is generated by running the related build script.yarn run build:production
(or whatever is in your package.json
)yarn workspace your-package run build:production
(in Dockerfile
)package.ison