diff --git a/package.json b/package.json index 542c658..13e2e1e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "build": "tsup", "build:watch": "npm run build -- --watch", "test": "echo \"Error: no test specified\" && exit 1", - "start": "run-p build:watch 'storybook --quiet'", + "start": "run-p build:watch \"storybook --quiet\"", "prerelease": "zx scripts/prepublish-checks.js", "release": "npm run build && auto shipit", "eject-ts": "zx scripts/eject-typescript.js",