Skip to content

Commit

Permalink
Run a build and http server, 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 e634fa0 commit b71f6e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .devcontainer/postCreateCommand.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,9 @@ cd ../perennial-alias
npm install
cd ../gravity-and-orbits

echo "postCreateCommand done"
time node node_modules/grunt/bin/grunt --lint=false --minify.minify=false

cd ../
npm install http-server
npx http-server

0 comments on commit b71f6e2

Please sign in to comment.