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

No checked in dependencies.json on master. #126

Closed
zepumph opened this issue Jun 20, 2023 · 0 comments
Closed

No checked in dependencies.json on master. #126

zepumph opened this issue Jun 20, 2023 · 0 comments

Comments

@zepumph
Copy link
Member

zepumph commented Jun 20, 2023

Over in phetsims/perennial#330 we found that area-builder doesn't have a dependencies.json on master. It was actually pretty great that this was the case, since it helped find a bigger bug, but we should clean this up and check one it.

I used this command to see that no other sim repos need a dependencies.json file on master:

find . -maxdepth 1 -mindepth 1 -type d '!' -exec test -e "{}/dependencies.json" ';' -print

./.idea ./aqua ./area-builder ./area-model-common ./assert ./axon ./babel ./bamboo ./binder ./brand ./cert ./chipper ./codap ./community ./decaf ./density-buoyancy-common ./dot ./fenster ./fractions-common ./inverse-square-law-common ./joist ./js ./kite ./mobius ./monday ./nitroglycerin ./number-line-common ./patches ./perennial ./perennial-alias ./phet-core ./phet-info ./phet-io ./phet-io-client-guides ./phet-io-sim-specific ./phet-io-website ./phet-io-wrapper-arithmetic ./phet-io-wrapper-classroom-activity ./phet-io-wrapper-hookes-law-energy ./phet-io-wrapper-lab-book ./phet-io-wrappers ./phet-lib ./phetcommon ./phetmarks ./phettest ./qa ./quake ./query-string-machine ./sandbox ./scenery ./scenery-lab-demo ./sherpa ./shred ./skiffle ./solar-system-common ./studio ./tandem ./tangible ./tasks ./tmp ./utterance-queue ./vibe ./weddell ./yotta
zepumph added a commit that referenced this issue Jun 20, 2023
@zepumph zepumph closed this as completed Jun 20, 2023
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

No branches or pull requests

1 participant