diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 4c6ff52..63620e0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "postbuild": "./scripts/postbuild.sh", "start": "nuxt start", "test": "jest", - "storybook": "start-storybook -p 6006", + "storybook": "start-storybook -p 6006 -s static", "build-storybook": "build-storybook" }, "dependencies": { |