0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-04-08 02:54:13 -05:00

fix(ui): start storybook on windows (#5141)

This commit is contained in:
Marc Bernard 2025-03-17 19:41:33 +01:00 committed by GitHub
parent 648aaf93bb
commit 3763df19b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'@verdaccio/ui-components': patch
---
fix(ui): start storybook on windows

View file

@ -16,7 +16,7 @@
"watch": "babel src/ --out-dir build/ --watch --copy-files --no-copy-ignored --extensions \".ts,.tsx\" --source-maps --ignore \"src/**/*.stories.tsx\" --ignore \"src/**/*.test.tsx\" --ignore \"src/**/*.test.ts\"",
"build": "pnpm run build:js && pnpm run build:types",
"netlify:ui:deploy": "npx netlify-cli deploy --dir=./packages/ui-components/storybook-static --prod",
"start": "BROWSER=none storybook dev -p 6006",
"start": "cross-env BROWSER=none storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {