Skip to content

Commit 4f0b445

Browse files
authored
fix: compatible with window (apache-superset#426)
1 parent 357b6f4 commit 4f0b445

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/superset-ui-plugins-demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"demo:publish": "gh-pages -d _gh-pages",
1111
"deploy-demo": "npm run demo:clean && npm run demo:build && npm run demo:publish && npm run demo:clean",
1212
"storybook:run": "start-storybook -p 9001",
13-
"storybook": "cd ../../ && yarn build && cd - && yarn storybook:run"
13+
"storybook": "cd ../../ && yarn build && cd ./packages/superset-ui-plugins-demo && yarn storybook:run"
1414
},
1515
"repository": {
1616
"type": "git",
@@ -60,4 +60,4 @@
6060
"@superset-ui/time-format": "^0.12.0",
6161
"@superset-ui/translation": "^0.12.0"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)