Skip to content

Commit

Permalink
[examples/physics] copy sources for jsdelivr demo
Browse files Browse the repository at this point in the history
  • Loading branch information
codefrau committed Mar 18, 2024
1 parent 33a9e72 commit 9d6e727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/physics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9d6e727

Please sign in to comment.