mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
chore: fix storybook
This commit is contained in:
parent
d29de5c7ec
commit
3bc994da5f
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
"lint:stylelint": "cross-env stylelint '**/*.{ts,tsx}'",
|
||||
"now-build": "run-s storybook:build",
|
||||
"storybook": "start-storybook -p 6006 --no-dll",
|
||||
"storybook:build": "build-storybook",
|
||||
"storybook:build": "build-storybook --no-dll",
|
||||
"test": "jest"
|
||||
},
|
||||
"dependencies": {
|
||||
|
@ -90,4 +90,4 @@
|
|||
"tsconfig-paths-webpack-plugin": "^3.3.0",
|
||||
"typescript": "^4.0.3"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue