fix typo "frontend_shared" causing builds to fail in pipeline

This commit is contained in:
Hazelnoot 2025-11-07 00:46:45 -05:00
parent bc80fd7c49
commit 21297610b5
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"scripts": {
"watch": "node scripts/build.mjs --watch",
"build": "node scripts/build.mjs",
"build:pre": "pnpm run -w build-pre && pnpm run --filter misskey-js build && pnpm run --filter sw build && pnpm run --filter frontend_shared build",
"build:pre": "pnpm run -w build-pre && pnpm run --filter misskey-js build && pnpm run --filter sw build && pnpm run --filter frontend-shared build",
"typecheck-all": "pnpm run --no-bail typecheck:vue && pnpm run --no-bail typecheck:scripts",
"typecheck": "pnpm run typecheck:vue && pnpm run typecheck:scripts",
"typecheck:vue": "vue-tsc -p tsconfig.vue.json --noEmit",