Skip to content

Commit

Permalink
Add test devcontainer, see phetsims/chipper#1353
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Nov 13, 2022
1 parent cf8598a commit 86285f3
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
{
"customizations": {
"codespaces": {
"repositories": {
"phetsims/sun": {
"permissions": "write-all"
}
}
}
}
"postCreateCommand": "npm install ; cd ../ ; ; git clone https://github.com/phetsims/assert.git ; git clone https://github.com/phetsims/axon.git ; git clone https://github.com/phetsims/babel.git ; git clone https://github.com/phetsims/brand.git ; git clone https://github.com/phetsims/chipper.git ; git clone https://github.com/phetsims/dot.git ; git clone https://github.com/phetsims/joist.git ; git clone https://github.com/phetsims/kite.git ; git clone https://github.com/phetsims/perennial.git perennial-alias ; git clone https://github.com/phetsims/phet-core.git ; git clone https://github.com/phetsims/phetcommon.git ; git clone https://github.com/phetsims/phetmarks.git ; git clone https://github.com/phetsims/query-string-machine.git ; git clone https://github.com/phetsims/scenery.git ; git clone https://github.com/phetsims/scenery-phet.git ; git clone https://github.com/phetsims/sherpa.git ; git clone https://github.com/phetsims/sun.git ; git clone https://github.com/phetsims/tambo.git ; git clone https://github.com/phetsims/tandem.git ; git clone https://github.com/phetsims/twixt.git ; git clone https://github.com/phetsims/utterance-queue.git ; cd chipper ; npm install ; cd ../perennial-alias ; npm install ; cd ../gravity-and-orbits"
}

0 comments on commit 86285f3

Please sign in to comment.