Use --debug flag in build for now.

This commit is contained in:
Dillon Kearns 2021-12-16 12:09:22 -08:00
parent 35c5be1ee0
commit 99fbfda6c0

View File

@ -5,7 +5,7 @@
"scripts": {
"start": "elm-pages dev",
"serve": "npm run build && http-server ./dist -a localhost -p 3000 -c-1",
"build": "elm-pages build"
"build": "elm-pages build --debug"
},
"author": "Dillon Kearns",
"license": "BSD-3",