Closed
Bug 1788797
Opened 1 year ago
Closed 1 year ago
Move storybook scripts to mach commands
Categories
(Firefox :: General, task, P3)
Firefox
General
Tracking
()
RESOLVED
FIXED
106 Branch
Tracking | Status | |
---|---|---|
firefox106 | --- | fixed |
People
(Reporter: mstriemer, Assigned: mstriemer)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The storybook scripts currently depend manually run ./mach npm
commands with a --prefix
. This is somewhat tedious and it would be much nicer to have mach run the commands directly
Suggestions:
./mach storybook # Start the storybook server and launch a dev browser at it
./mach storybook --install # Get storybook dependencies installed
./mach storybook --build # Build the static storybook to be exported somewhere
# Likely to come later:
./mach storybook --upload # Upload the static storybook to some public place for demoing
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Attachment #9292742 -
Attachment description: WIP: Bug 1788797 - Move storybook commands to mach from npm scripts → Bug 1788797 - Move storybook commands to mach from npm scripts r?hjones
Pushed by mstriemer@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/444c43898f5e Move storybook commands to mach from npm scripts r=hjones,ahal
Comment 3•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•