fix(frontend): correct typo in build artifacts path for frontend

Signed-off-by: zhenyus <zhenyus@mathmast.com>
This commit is contained in:
zhenyus 2025-04-14 12:02:46 +08:00
parent c3cafc55ff
commit 96985920af

View File

@ -61,7 +61,7 @@ executeFreeleapsPipeline {
buildCacheEnabled: true,
buildAgentImage: 'node:lts',
buildCommand: 'NODE_OPTIONS=--max-old-space-size=4096 pnpm -r build',
buildArtifacts: ['freeleaps/dist', 'nuxt-frontend/.output/public'],
buildArtifacts: ['freeleaps/dist', 'nuxt-front/.output/public'],
lintEnabled: false,
sastEnabled: false,
imageRegistry: 'docker.io',