You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the package.json from the uikit (storybook) contains a rm -rf in the build command, this is not really compatible when building it on windows. I'm unsure if storybook deletes the dist/ folder or cleans it up by itself when building.
It looks like a custom build workflow, so I don't think storybook actually cleans it up for you. But you can replace it with something like rimraf to make it work on Windows. Happy to add a PR for that.
Hey guys,
the
package.json
from the uikit (storybook) contains arm -rf
in the build command, this is not really compatible when building it on windows. I'm unsure if storybook deletes thedist/
folder or cleans it up by itself when building.pancake-toolkit/packages/pancake-uikit/package.json
Line 15 in 298fd8e
The text was updated successfully, but these errors were encountered: