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
Would it be possible to create the destination directory automatically if it doesn't already exist?
(in this case dist/pandacss, but it could be anything)
Problem Statement/Justification
This is more of a convenience than anything else
Something to avoid the hassle of using make-dir or mkdirp to create directories before hand.
Proposed Solution or API
As above detect if the destination directory for the build exists
if not then create it automatically
This discussion was converted from issue #1615 on October 31, 2023 00:18.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Description
For this one, if running something like
or
Would it be possible to create the destination directory automatically if it doesn't already exist?
(in this case dist/pandacss, but it could be anything)
Problem Statement/Justification
This is more of a convenience than anything else
Something to avoid the hassle of using make-dir or mkdirp to create directories before hand.
Proposed Solution or API
As above detect if the destination directory for the build exists
if not then create it automatically
Alternatives
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions