fix: make build process work
All checks were successful
Build BAB Application Deployment Artifact / build (push) Successful in 2m4s

This commit is contained in:
2024-06-24 07:25:59 -04:00
parent c08fa6c2d8
commit ea4e848e57
4 changed files with 10 additions and 16 deletions

View File

@@ -12,7 +12,7 @@
[
"@semantic-release/exec",
{
"prepareCmd": "quasar build -m pwa",
"prepareCmd": "npm run generate-version '${nextRelease.version}' && quasar build -m pwa",
"publishCmd": "tar -czvf release-${nextRelease.version}.tar.gz dist/pwa && echo '::set-output name=VERSION::${nextRelease.version}'"
}
],