Welcome to the Bluefly.io code repository. By logging in, you agree to comply with our terms of service and code of conduct.

Skip to content

fix: resolve npm script shell syntax error in package.json

thomas.scola@bluefly.io requested to merge development into main
  • Fix single quote syntax in version script causing shell redirection error
  • Change from 'echo 'Version: '' to echo "Version: "
  • Resolves /bin/sh: eval: line 200: syntax error: unexpected redirection

Merge request reports

Loading