Skip to content

Commit

Permalink
Added the windows equivalent command to the unix storybook script. Eg…
Browse files Browse the repository at this point in the history
… "npm run storybook-windows". The unix version fails on a windows machine. (#2069)

Signed-off-by: Jason Smart <jlsmart@meta.com>
  • Loading branch information
anagrd-ai authored Dec 31, 2024
1 parent b3338ca commit fe4e1dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/malloy-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"clean": "tsc --build --clean",
"prepublishOnly": "npm run build",
"storybook": "rm -rf ./node_modules/.cache && storybook dev -p 6006",
"storybook-windows": "del /s /q .\\node_modules\\.cache && storybook dev -p 6006",
"build-storybook": "storybook build",
"build-source": "vite build --outDir 'dist/module' --config vite.config.ts",
"build-webcomponent": "vite build --outDir 'dist/webcomponent' --config vite.config.webcomponent.ts && vite build --outDir 'dist/register' --config vite.config.webcomponent-register.ts",
Expand Down

0 comments on commit fe4e1dd

Please sign in to comment.