mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-12-18 02:00:53 +00:00
Storybook: Copy over static files
Follow up to I58493db15b27f148fcc1cf42ab0b0148ee291eb6 Bug: T236589 Change-Id: I706107f80048a14a8122df503f53eb6936b95395
This commit is contained in:
parent
44239076af
commit
24666442d5
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"storybook": "./.storybook/storybook-resources.sh && start-storybook --config-dir=.storybook -p 6006",
|
"storybook": "./.storybook/storybook-resources.sh && start-storybook --config-dir=.storybook -p 6006 -s .storybook/static",
|
||||||
"build-storybook": "./.storybook/storybook-resources.sh && build-storybook --config-dir=.storybook -o docs/ui",
|
"build-storybook": "./.storybook/storybook-resources.sh && build-storybook --config-dir=.storybook -o docs/ui -s .storybook/static",
|
||||||
"start": "webpack -w --mode=development",
|
"start": "webpack -w --mode=development",
|
||||||
"build": "webpack --mode=production",
|
"build": "webpack --mode=production",
|
||||||
"lint:fix": "grunt fix",
|
"lint:fix": "grunt fix",
|
||||||
|
|
Loading…
Reference in a new issue