fix(frontend): increase memory limit for build command and update artifacts
Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
parent
5c0c1ef359
commit
c3cafc55ff
@ -60,8 +60,8 @@ executeFreeleapsPipeline {
|
||||
pnpmPackageJsonFile: 'package.json',
|
||||
buildCacheEnabled: true,
|
||||
buildAgentImage: 'node:lts',
|
||||
buildCommand: 'pnpm -r build',
|
||||
buildArtifacts: ['freeleaps/dist'],
|
||||
buildCommand: 'NODE_OPTIONS=--max-old-space-size=4096 pnpm -r build',
|
||||
buildArtifacts: ['freeleaps/dist', 'nuxt-frontend/.output/public'],
|
||||
lintEnabled: false,
|
||||
sastEnabled: false,
|
||||
imageRegistry: 'docker.io',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user