diff --git a/examples/physics/package.json b/examples/physics/package.json index d269d479..83bd9179 100644 --- a/examples/physics/package.json +++ b/examples/physics/package.json @@ -6,7 +6,7 @@ "scripts": { "start": "webpack serve --no-live-reload --no-hot --mode development --devtool source-map", "build": "webpack --mode production", - "post-build": "cp -v jsdelivr.html dist/" + "post-build": "mkdir -p dist/jsdelivr ; cp -v jsdelivr.html dist/jsdelivr/index.html ; cp -av index.js src dist/jsdelivr/" }, "author": "Croquet Corporation", "license": "Apache-2.0",