diff options
author | Arjun Satarkar <me@arjunsatarkar.net> | 2024-10-31 19:47:41 +0000 |
---|---|---|
committer | Arjun Satarkar <me@arjunsatarkar.net> | 2024-10-31 19:47:41 +0000 |
commit | e91c7983cb07f1ae490c94ddef6c9fe6b7c6df90 (patch) | |
tree | 417801c4f1b2f5d0b6016b06c460f14c8eb8c6b8 /package.json | |
parent | df192c6bfe28fd00132c23d89e4f03d64d78a6e7 (diff) | |
download | throw_simulation-e91c7983cb07f1ae490c94ddef6c9fe6b7c6df90.tar throw_simulation-e91c7983cb07f1ae490c94ddef6c9fe6b7c6df90.tar.gz throw_simulation-e91c7983cb07f1ae490c94ddef6c9fe6b7c6df90.zip |
Improve build process
- add a "clean" target
- install dependencies as part of the build process
- swap out make for the simpler just (https://github.com/casey/just)
- add http-server as a dev dependency
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index c9caf6a..327ff6e 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "@dimforge/rapier2d-compat": "^0.14.0" }, "devDependencies": { + "http-server": "^14.1.1", "prettier": "3.3.3" } } |