mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-16 01:09:01 +08:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user