Merge branch 'master' of gitlab.com:matteodelabre/wikimedica-disease-search

This commit is contained in:
Mattéo Delabre 2019-12-04 13:41:38 -05:00
commit b2185333c3
Signed by: matteo
GPG Key ID: AE3FBD02DC583ABB
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"type": "module",
"main": "index.js",
"scripts": {
"build": "parcel build app/index.html",
"build": "parcel build --public-url ./ app/index.html",
"dev": "parcel app/index.html",
"lint": "eslint app"
},