Skip to content

Commit

Permalink
Fix a frontend testing script (misskey-dev#12471)
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu authored and camilla-ett committed Jan 2, 2024
1 parent 618b357 commit 0b56ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"build-storybook-pre": "(tsc -p .storybook || echo done.) && node .storybook/generate.js && node .storybook/preload-locale.js && node .storybook/preload-theme.js",
"build-storybook": "pnpm build-storybook-pre && storybook build",
"chromatic": "chromatic",
"test": "vitest --run",
"test": "vitest --run --globals",
"test-and-coverage": "vitest --run --coverage --globals",
"typecheck": "vue-tsc --noEmit",
"eslint": "eslint --quiet \"src/**/*.{ts,vue}\"",
Expand Down

0 comments on commit 0b56ea5

Please sign in to comment.