feat(ci): add codeql.yml [deploy] (#3995)

* feat(ci): add codeql.yml [deploy]

* fix: some environments failed to build
This commit is contained in:
Vben
2024-08-01 23:09:00 +08:00
committed by GitHub
parent f4bd0530cc
commit f2a3111803
3 changed files with 94 additions and 5 deletions

View File

@@ -26,7 +26,7 @@
"type": "module",
"scripts": {
"bootstrap": "pnpm install",
"build": "cross-env TURBO_UI=1 NODE_OPTIONS=--max-old-space-size=8192 turbo build",
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 turbo build",
"build:analyze": "turbo build:analyze",
"build:docker": "./build-local-docker-image.sh",
"changeset": "pnpm exec changeset",