Bug 1788797 - Move storybook commands to mach from npm scripts r=hjones,ahal

Differential Revision: https://phabricator.services.mozilla.com/D156241
This commit is contained in:
Mark Striemer
2022-09-12 21:13:20 +00:00
parent 296711580c
commit 3322df45ee
4 changed files with 20242 additions and 224 deletions

View File

@@ -366,6 +366,9 @@ def initialize(topsrcdir):
"uniffi": MachCommandReference(
"toolkit/components/uniffi-bindgen-gecko-js/mach_commands.py"
),
"storybook": MachCommandReference(
"browser/components/storybook/mach_commands.py"
),
}
# Set a reasonable limit to the number of open files.