]> git.r.bdr.sh - rbdr/sumo/blobdiff - package.json
Pixelate the text
[rbdr/sumo] / package.json
index 290cec9936310cce56f22d45b13f822747cf4a81..1795ee1b09098c8a92945e4a762ee37f9a4aa2c2 100644 (file)
@@ -4,7 +4,7 @@
   "description": "A game about sumo",
   "main": "index.js",
   "scripts": {
-    "build": "parcel build ./index.html",
+    "build": "parcel build ./index.html --public-url '.' --no-minify",
     "document": "jsdoc2md -f 'lib/**/*.js' > doc/README.md",
     "lint": "eslint lib",
     "setup-hooks": "ln -s ../../scripts/git-hooks/pre-commit .git/hooks/pre-commit",