yarn start doesn't work in MUI folder
Closed this issue · 4 comments
huayunh commented
Describe the bug
Wanted to test my icons. yarn start doesn't work. It appears that someone copy pasted scripts that contains storybook stuff in it.
Creating new folder in node_modules...Done
Copying build output into node_modules...cp: ./demos/storybook/node_modules/@pxblue/icons-mui: No such file or directory
cp: ./dist/.: unable to copy extended attributes to ./demos/storybook/node_modules/@pxblue/icons-mui: No such file or directory
cp: ./demos/storybook/node_modules/@pxblue/icons-mui/Priority.d.ts: No such file or directory
cp: ./demos/storybook/node_modules/@pxblue/icons-mui/Switchgear.d.ts: No such file or directory
cp: ./demos/storybook/node_modules/@pxblue/icons-mui/FaceId.js: No such file or directory
cp: ./demos/storybook/node_modules/@pxblue/icons-mui/Hops.d.ts: No such file or directory
cp: ./demos/storybook/node_modules/@pxblue/icons-mui/Soybean.js: No such file or directory
cp: ./demos/storybook/node_modules/@pxblue/icons-mui/SensorDeviceAlt.js: No such file or directory
What is the expected behavior?
Should:
WorkBe able to run yarn start from the root folder (right now it only allows me to do it from the mui folder)- Have developer instructions to document all these.
What are the steps to reproduce?
cd mui/
yarn start
Environment
MacOS Big Sur
huayunh commented
Joe fixed the build.
Leaving this open because there is no documentation to it and the way it is executed is still confusing. Ideally, one run of yarn start
from the root folder shall handle everything (build svg, build png, build mui components, run local host)/
emclaug2 commented
bkarambe commented
For mac- Only the documentation is pending here.
joebochill commented
Is this still an issue with the new demo project?