We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@moonrepo/cli
v1.29.4
After upgrading @moonrepo/cli from v1.28.3 to v1.30.5, the moon run frontend:build command fails with the following error:
moon run frontend:build
fatal: /frontend: '/frontend' is outside repository at '/Users/bludnic/OpenTrader/opentrader/pro'
For context: /pro is a git submodule with the following structure:
/pro
/opentrader └── /pro (Git Submodule) ├── /frontend │ └── moon.yml ├── /processor │ └── moon.yml
Full logs with moon run frontend:build --log debug
moon run frontend:build --log debug
Notes:
The text was updated successfully, but these errors were encountered:
fix(moonrepo): downgrade moon version (#82)
5a2d158
Same logs but with previous version (v1.28.3):
As you see, the project path is different, so the build command succeeded.
Sorry, something went wrong.
No branches or pull requests
After upgrading @moonrepo/cli from v1.28.3 to v1.30.5, the
moon run frontend:build
command fails with the following error:For context:
/pro
is a git submodule with the following structure:Full logs with
moon run frontend:build --log debug
Notes:
The text was updated successfully, but these errors were encountered: