chore: fix storybook

This commit is contained in:
41666 2020-10-24 21:21:20 -04:00
parent d29de5c7ec
commit 3bc994da5f

View file

@ -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"
}
}
}