fix typo "frontend_shared" causing builds to fail in pipeline
This commit is contained in:
parent
bc80fd7c49
commit
21297610b5
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue