Skip to content

Commit

Permalink
rm now-invalid storybook option (#3570)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs authored Mar 27, 2024
1 parent fd979d6 commit e23bb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"release": "ts-node-transpile-only ./scripts/release.ts",
"download-wasm": "ts-node-transpile-only ./scripts/download-wasm-modules.ts",
"release:dry-run": "pnpm run download-wasm && CODY_RELEASE_DRY_RUN=1 ts-node ./scripts/release.ts",
"storybook": "storybook dev -p 6007 --no-open --no-version-updates --no-release-notes",
"storybook": "storybook dev -p 6007 --no-open --no-version-updates",
"test:e2e": "tsc --build && node dist/tsc/test/e2e/install-deps.js && pnpm run -s build:dev:desktop && playwright test",
"test:integration": "tsc --build ./test/integration && pnpm run -s build:dev:desktop && node --inspect -r ts-node/register dist/tsc/test/integration/main.js",
"test:unit": "vitest",
Expand Down

0 comments on commit e23bb40

Please sign in to comment.