chore: update actions workflow yamls (#6835)

* chore: update actions workflow yamls

* fix: allow pro workflows on fork pull requests

* chore: update turbo.json

* fix: split admin preview image workflows

* chore: bump pro submodule for admin typecheck

* chore: update pro submodule
This commit is contained in:
Ryo
2026-04-28 16:25:48 +08:00
committed by GitHub
parent 18a35bfcdc
commit a08edc422a
8 changed files with 180 additions and 73 deletions
+2 -1
View File
@@ -3,7 +3,8 @@
"version": "4.14.16",
"private": false,
"scripts": {
"dev": "NODE_OPTIONS='--max-old-space-size=8192' pnpm run build:workers && next dev",
"dev": "pnpm run build:workers && next dev",
"dev:pro": "pnpm run dev",
"build": "pnpm run build:workers && next build --debug",
"build:webpack": "pnpm run build:workers && next build --webpack --debug",
"analyze": "next experimental-analyze",