Skip to content

Commit

Permalink
fix: compatible with window (apache#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdutwyg authored and zhaoyongjie committed Nov 17, 2021
1 parent a90977f commit a9356ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"demo:publish": "gh-pages -d _gh-pages",
"deploy-demo": "npm run demo:clean && npm run demo:build && npm run demo:publish && npm run demo:clean",
"storybook:run": "start-storybook -p 9001",
"storybook": "cd ../../ && yarn build && cd - && yarn storybook:run"
"storybook": "cd ../../ && yarn build && cd ./packages/superset-ui-plugins-demo && yarn storybook:run"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -60,4 +60,4 @@
"@superset-ui/time-format": "^0.12.0",
"@superset-ui/translation": "^0.12.0"
}
}
}

0 comments on commit a9356ba

Please sign in to comment.