aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorRubén Beltran del Río <ben@nsovocal.com>2018-06-26 21:55:19 +0000
committerRubén Beltran del Río <ben@nsovocal.com>2018-06-26 21:55:19 +0000
commit3dcbd5753b75fd76cfeeb674166662eb8c21674c (patch)
tree2bd17a056f38ff9589c80267b4aa82074b9c8513 /package.json
parent7b295172b67ee3f03c5da85953f9ca3b176aa135 (diff)
parent2bb8e347ed38948e8a65a479d3c1f64b7f7a5d9b (diff)
Merge branch 'feature/rbdr-deploy-to-pages' into 'develop'
Deploy to Pages See merge request rbdr/sumo!13
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 290cec9..1795ee1 100644
--- a/package.json
+++ b/package.json
@@ -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",