mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:01:07 +08:00
preserve symlinks
This commit is contained in:
parent
fd2ce3f18f
commit
44727d53c6
@ -75,8 +75,8 @@
|
||||
"publish:debug": "npm run publish:latest -- --npm-tag=debug --no-push",
|
||||
"publish:latest": "lerna publish --exact --concurrency 1 --force-publish",
|
||||
"publish:next": "npm run publish:latest -- --npm-tag=next",
|
||||
"storybook:ui": "./lib/cli/bin/index.js dev --port 6006 --config-dir ./ui/.storybook --no-manager-cache",
|
||||
"storybook:ui:build": "./lib/cli/bin/index.js build --config-dir ./ui/.storybook",
|
||||
"storybook:ui": "NODE_OPTIONS=\"--preserve-symlinks --preserve-symlinks-main\" ./lib/cli/bin/index.js dev --port 6006 --config-dir ./ui/.storybook --no-manager-cache",
|
||||
"storybook:ui:build": "NODE_OPTIONS=\"--preserve-symlinks --preserve-symlinks-main\" ./lib/cli/bin/index.js build --config-dir ./ui/.storybook",
|
||||
"storybook:ui:chromatic": "yarn chromatic --build-script-name storybook:ui:build --storybook-config-dir ./ui/.storybook --storybook-base-dir ./code/ui --project-token=$CHROMATIC_TOKEN_STORYBOOK_UI --only-changed --exit-zero-on-changes --exit-once-uploaded",
|
||||
"task": "cd .. && yarn task",
|
||||
"test": "NODE_OPTIONS=--max_old_space_size=4096 jest --config ./jest.config.js",
|
||||
|
@ -9,8 +9,8 @@ import {
|
||||
convert,
|
||||
styled,
|
||||
useTheme,
|
||||
} from '../../lib/theming';
|
||||
import { Symbols } from '../components';
|
||||
} from '@storybook/theming';
|
||||
import { Symbols } from '@storybook/components';
|
||||
|
||||
const { document } = global;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user