chore: fix typo #2266

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei
2024-12-19 14:17:08 +08:00
parent 20a1eef0b9
commit f60c1c23b3
21 changed files with 23 additions and 23 deletions

View File

@@ -11,7 +11,7 @@
"scripts": {
"format": "prettier --write \"apps/**/*.ts\" \"test/**/*.ts\" \"packages/**/*.ts\"",
"prepare": "husky install && node scripts/init-project.mjs && corepack enable",
"build:external": "pnpm -C \"packages/complied\" run build",
"build:external": "pnpm -C \"packages/compiled\" run build",
"build": "pnpm run build:external && pnpm -C \"apps/core\" run build",
"dev": "pnpm run build:external && pnpm -C \"apps/core\" run start",
"bundle": "pnpm run build:external && pnpm -C \"apps/core\" run bundle",