Skip to content
New issue

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

Add initial ´nx.json´ file #66

Closed
wants to merge 1 commit into from

Conversation

adamsoderstrom
Copy link

As the yarn start script utilizes run-p to run build:dev and dev in parallel, alma-web's dev script appears to execute before the alma-webgl package has built.

This PR declares script dependency (via nx.json), to ensure that the dev script isn't executed before build script has finished.

Fixes #65

@vercel
Copy link

vercel bot commented Jun 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
alma ❌ Failed (Inspect) Jun 28, 2023 9:13am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Following the README instructions results in an invalid build
2 participants