Skip to content

Commit

Permalink
Revert "Merge pull request #1217 from Waltibaba/master"
Browse files Browse the repository at this point in the history
This reverts commit 8cf4c82, reversing
changes made to b5c9e6a.
  • Loading branch information
obiot committed Feb 12, 2024
1 parent 3b29eeb commit 2865778
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
25 changes: 0 additions & 25 deletions docker/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions docker/generate-docs.sh

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"test-node": "node build/melonjs.module.js",
"doc-prod": "mkdirp docs/docs && webdoc --quiet --site-root melonJS/docs/ -R README.md",
"doc-local": "mkdirp docs/docs && webdoc --quiet --site-root /docs/docs -R README.md",
"doc": "cd docker && ./generate-docs.sh && cd ..",
"doc": "npm run doc-prod",
"serve": "python3 -m http.server",
"prepublishOnly": "npm run dist && npm run test",
"clean": "del-cli --force build/*.* dist/** docs/docs/**",
Expand Down

0 comments on commit 2865778

Please sign in to comment.