Skip to content

Commit

Permalink
Update commands, 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 ddb97bb commit 54d6ab9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ npm install
cd ../perennial-alias
npm install
cd ../gravity-and-orbits
npm install -g grunt-cli

time node node_modules/grunt/bin/grunt --lint=false --minify.minify=false
# Build the sim with options for a speed boost
grunt --lint=false --minify.minify=false

cd ../
npm install http-server

0 comments on commit 54d6ab9

Please sign in to comment.