refactor(stage-tamagotchi-godot): move to engines dir (#1715)
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
"build:tamagotchi": "pnpm -rF @proj-airi/stage-tamagotchi run app:build",
|
||||
"build:apps": "turbo run build -F=\"./apps/*\"",
|
||||
"build:packages": "turbo run build -F=\"./packages/*\"",
|
||||
"build:engines": "turbo run build -F=\"./engines/*\"",
|
||||
"test": "vitest --coverage",
|
||||
"test:run": "vitest run",
|
||||
"lint": "moeru-lint .",
|
||||
@@ -39,6 +40,7 @@
|
||||
"to-avif": "tsx docs/scripts/avif.ts",
|
||||
"sponsors:generate": "sponsorkit --output-dir docs/content/public/assets/sponsors",
|
||||
"typecheck": "pnpm -rF=\"./packages/*\" -F=\"./apps/*\" -F=\"./docs\" --parallel typecheck",
|
||||
"typecheck:engines": "pnpm -rF=\"./engines/*\" --parallel typecheck",
|
||||
"up": "taze -w -r -I && pnpm prune && pnpm dedupe",
|
||||
"nolyfill": "pnpm dlx nolyfill",
|
||||
"open:ios": "pnpm -rF @proj-airi/stage-pocket run open:ios",
|
||||
@@ -95,6 +97,7 @@
|
||||
"services/**",
|
||||
"examples/**",
|
||||
"docs/**",
|
||||
"engines/**",
|
||||
"apps/**"
|
||||
],
|
||||
"simple-git-hooks": {
|
||||
|
||||
Reference in New Issue
Block a user